From 4aed72da211b5e923e6dbd1201f8e894cf4f39b9 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 11 Apr 2001 03:41:19 +0000 Subject: [PATCH] fix mixed build --- panda/src/cull/Sources.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/panda/src/cull/Sources.pp b/panda/src/cull/Sources.pp index 6b9105a901..0cb149a19b 100644 --- a/panda/src/cull/Sources.pp +++ b/panda/src/cull/Sources.pp @@ -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