mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
added a flag to not include the MFC80.LIB file in linking
This commit is contained in:
parent
3f69740ab9
commit
97d80a6d4b
@ -219,7 +219,7 @@
|
||||
// Added to avoid old iostream reference problems
|
||||
#define LINKER_FLAGS $[LINKER_FLAGS] /NODEFAULTLIB:LIBCI.LIB
|
||||
// Added to make pandatool function in VS 9
|
||||
#define LINKER_FLAGS $[LINKER_FLAGS] /NOD:MFC90.LIB /NOD:libcmtd /NOD:libc
|
||||
#define LINKER_FLAGS $[LINKER_FLAGS] /NOD:MFC80.LIB /NOD:MFC90.LIB /NOD:libcmtd /NOD:libc
|
||||
|
||||
// ensure pdbs are copied to install dir
|
||||
#define build_pdbs yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user