Browse Source

added a flag to not include the MFC80.LIB file in linking

Chris Brunner 17 years ago
parent
commit
97d80a6d4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/pptempl/compilerSettings.pp

+ 1 - 1
dtool/pptempl/compilerSettings.pp

@@ -219,7 +219,7 @@
   // Added to avoid old iostream reference problems
   #define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
   // Added to make pandatool function in VS 9
-  #define LINKER_FLAGS $[LINKER_FLAGS] /NOD:MFC90.LIB /NOD:libcmtd /NOD:libc
+  #define LINKER_FLAGS $[LINKER_FLAGS] /NOD:MFC80.LIB /NOD:MFC90.LIB /NOD:libcmtd /NOD:libc
 
   // ensure pdbs are copied to install dir
   #define build_pdbs yes