diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index a27e735ae8..b9ce84b782 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/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