mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
explicitly specify /MANIFEST for MSVC9x64 as well
This commit is contained in:
parent
ef9e2def2e
commit
2c8dc6ac31
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user