cs: add icon and other resources to RacketCS.exe
This commit is contained in:
parent
457a673506
commit
3f6a7b3e06
1
racket/src/worksp/cs/.gitignore
vendored
Normal file
1
racket/src/worksp/cs/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
racket.res
|
|
@ -12,11 +12,13 @@ LIBS = $(RKTIO_LIB) \
|
|||
DEST = ..\..\build\raw_racketcs.exe
|
||||
CSDIR = ..\..\cs\c
|
||||
|
||||
COMP_SUBDIR = /DCS_COMPILED_SUBDIR
|
||||
COMP_SUBDIR = /DCS_COMPILED_SUBDIR=1
|
||||
|
||||
$(DEST): $(CSDIR).\main.c $(CSDIR)\boot.c $(RKTIO_LIB)
|
||||
cl /Fe$(DEST) /Ox /MT $(COMP_SUBDIR) $(INCS) $(CSDIR)\main.c $(CSDIR)\boot.c $(LIBS)
|
||||
$(DEST): $(CSDIR).\main.c $(CSDIR)\boot.c racket.res $(RKTIO_LIB)
|
||||
cl /Fe$(DEST) /Ox /MT $(COMP_SUBDIR) $(INCS) $(CSDIR)\main.c $(CSDIR)\boot.c racket.res $(LIBS)
|
||||
|
||||
racket.res: ../racket/racket.rc ../racket/racket.ico
|
||||
rc /l 0x409 /foracket.res ../racket/racket.rc
|
||||
|
||||
# Useful for debugging:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user