From 97d80a6d4b2007e352bb292e250d9673824beb5a Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Wed, 28 May 2008 02:17:51 +0000 Subject: [PATCH] added a flag to not include the MFC80.LIB file in linking --- dtool/pptempl/compilerSettings.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index afdf289fc0..b9748b294a 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/dtool/pptempl/compilerSettings.pp @@ -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