mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-09 08:39:16 -06:00
explicitly specify /MANIFEST for MSVC9x64 as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user