fix mixed build
This commit is contained in:
parent
90813ca7c1
commit
4aed72da21
|
|
@ -1,5 +1,10 @@
|
|||
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m
|
||||
|
||||
#if $[eq $[USE_COMPILER], INTEL]
|
||||
#define USE_COMPILER MSVC
|
||||
#include $[DTOOL]/pptempl/compilerSettings.pp
|
||||
#endif
|
||||
|
||||
#begin lib_target
|
||||
#define TARGET cull
|
||||
|
|
|
|||
Loading…
Reference in New Issue