Browse Source

explicitly specify /MANIFEST for MSVC9x64 as well

rdb 12 years ago
parent
commit
2c8dc6ac31
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/pptempl/compilerSettings.pp

+ 3 - 0
dtool/pptempl/compilerSettings.pp

@@ -300,6 +300,9 @@
   #define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
   // Added to make pandatool function in VS 9
   #define LINKER_FLAGS $[LINKER_FLAGS] /NOD:MFC80.LIB /NOD:libcmtd /NOD:libc
+  // Added to generate manifest files even when no dependencies exist
+  #define LINKER_FLAGS $[LINKER_FLAGS] /MANIFEST
+
 
   // ensure pdbs are copied to install dir
   #define build_pdbs yes