added a flag to not include the MFC80.LIB file in linking

This commit is contained in:
Chris Brunner 2008-05-28 02:17:51 +00:00
parent 3f69740ab9
commit 97d80a6d4b

View File

@ -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