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

This commit is contained in:
Ken Patel 2011-02-14 22:54:06 +00:00
parent 5a84cbf730
commit 9c1c10ea4b

View File

@ -219,6 +219,8 @@
#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