Update of /cvsroot/adobe-source/sandbox/visual_refactor/adobe/build/boost_lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11127/visual_refactor/adobe/build/boost_lib
Modified Files:
boost_lib.vcproj
Log Message:
Link against the DLL libc (called msvcrt) not the static one. This resolves some linker errors which had appeared earlier.
Index: boost_lib.vcproj
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/visual_refactor/adobe/build/boost_lib/boost_lib.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** boost_lib.vcproj 23 Apr 2005 00:05:22 -0000 1.2
--- boost_lib.vcproj 23 Apr 2005 01:20:20 -0000 1.3
***************
*** 24,28 ****
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
! RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
--- 24,28 ----
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
! RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
|