2025-11-16 22:10 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* config/win/zig.mk
! in some Zig tests, building for Windows from UNIX shell (MSYS2
or cross compiling) resource compiler "zig rc" preferred options
passed with "-" instead of "/"
This commit is contained in:
@@ -7,6 +7,13 @@
|
|||||||
Entries may not always be in chronological/commit order.
|
Entries may not always be in chronological/commit order.
|
||||||
See license at the end of file. */
|
See license at the end of file. */
|
||||||
|
|
||||||
|
|
||||||
|
2025-11-16 22:10 UTC+0200 Aleksander Czajczynski (hb fki.pl)
|
||||||
|
* config/win/zig.mk
|
||||||
|
! in some Zig tests, building for Windows from UNIX shell (MSYS2
|
||||||
|
or cross compiling) resource compiler "zig rc" preferred options
|
||||||
|
passed with "-" instead of "/"
|
||||||
|
|
||||||
2025-11-16 22:00 UTC+0200 Aleksander Czajczynski (hb fki.pl)
|
2025-11-16 22:00 UTC+0200 Aleksander Czajczynski (hb fki.pl)
|
||||||
; import hbcrypto.h header that allows reusing core sha functions
|
; import hbcrypto.h header that allows reusing core sha functions
|
||||||
by contribs, coming from Viktor's fork:
|
by contribs, coming from Viktor's fork:
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
RC := zig rc
|
RC := zig rc
|
||||||
|
ifeq ($(HB_SHELL),sh)
|
||||||
|
RCFLAGS := -I. -I$(HB_HOST_INC) -C 1252
|
||||||
|
RC_OUT := -FO$(subst x,x, )
|
||||||
|
else
|
||||||
RCFLAGS := /I. /I$(HB_HOST_INC) /C 1252
|
RCFLAGS := /I. /I$(HB_HOST_INC) /C 1252
|
||||||
RC_OUT := /FO$(subst x,x, )
|
RC_OUT := /FO$(subst x,x, )
|
||||||
|
endif
|
||||||
RES_EXT := .res
|
RES_EXT := .res
|
||||||
|
|
||||||
IMPLIBFLAGS = -Wl,--out-implib,$(IMP_FILE)
|
IMPLIBFLAGS = -Wl,--out-implib,$(IMP_FILE)
|
||||||
|
|||||||
Reference in New Issue
Block a user