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