Browse Source

dtool - compilerSettings.pp - explicitly specify /MANIFEST in linker flags

Ken Patel 15 years ago
parent
commit
9c1c10ea4b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/pptempl/compilerSettings.pp

+ 2 - 0
dtool/pptempl/compilerSettings.pp

@@ -219,6 +219,8 @@
   #define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
   #define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
   // Added to make pandatool function in VS 9
   // Added to make pandatool function in VS 9
   #define LINKER_FLAGS $[LINKER_FLAGS] /NOD:MFC80.LIB /NOD:libcmtd /NOD:libc
   #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
   // ensure pdbs are copied to install dir
   #define build_pdbs yes
   #define build_pdbs yes