diff --git a/dtool/Config.pp b/dtool/Config.pp index 0dcec2dbb1..093278d128 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -67,7 +67,7 @@ // the overhead associated with Cygwin fork() calls. #if $[eq $[PLATFORM], Win32] - #define BUILD_TYPE gmsvc // temporary; should be msvc for non-Cygwin. + #define BUILD_TYPE msvc #elif $[eq $[PLATFORM], Cygwin] #define BUILD_TYPE gmsvc #else