Browse Source

Win32 get msvc

David Rose 23 years ago
parent
commit
4a2d95fa6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
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