From ab0b95e853f2783c9e512bcb3e5d9c9f7b9fe38f Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 11 Apr 2001 04:40:31 +0000 Subject: [PATCH] fix mixed build --- panda/src/gui/Sources.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/panda/src/gui/Sources.pp b/panda/src/gui/Sources.pp index 8be1804e2d..f72f91bf20 100644 --- a/panda/src/gui/Sources.pp +++ b/panda/src/gui/Sources.pp @@ -1,8 +1,10 @@ #define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \ dtoolutil:c dtoolbase:c dtool:m -#define NOT_INTEL_BUILDABLE true -$[CheckCompilerCompatibility] +#if $[eq $[USE_COMPILER], INTEL] +#define USE_COMPILER MSVC +#include $[DTOOL]/pptempl/compilerSettings.pp +#endif #begin lib_target #define TARGET gui