cs: unbreak Windows build
Add pe-made "cs_config.h" for Windows.
This commit is contained in:
parent
b4d7885b16
commit
fa155727df
|
@ -1,5 +1,5 @@
|
|||
|
||||
INCS = /I.. /I..\..\rktio /I..\librktio /I$(SCHEME_DIR)\$(MACHINE)\boot\$(MACHINE)
|
||||
INCS = /I.. /I..\..\rktio /I..\librktio /I..\..\worksp\cs /I$(SCHEME_DIR)\$(MACHINE)\boot\$(MACHINE)
|
||||
|
||||
RKTIO_LIB = ..\..\build\librktio.lib
|
||||
BASE_WIN32_LIBS = WS2_32.lib Shell32.lib User32.lib
|
||||
|
|
5
racket/src/worksp/cs/cs_config.h
Normal file
5
racket/src/worksp/cs/cs_config.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifdef _WIN64
|
||||
# define SIZEOF_VOID_P 8
|
||||
#else
|
||||
# define SIZEOF_VOID_P 4
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user