mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
dtool - compilerSettings.pp - explicitly specify /MANIFEST in linker flags
This commit is contained in:
parent
5a84cbf730
commit
9c1c10ea4b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user