[Opal-commits] opal/vc71 opal-ode.vcproj,1.2,1.3
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-05-03 15:56:03
|
Update of /cvsroot/opal/opal/vc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8859/vc71 Modified Files: opal-ode.vcproj Log Message: Fixed XML loading bug which crashed on missing string attributes. Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc71/opal-ode.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opal-ode.vcproj 2 May 2005 16:40:59 -0000 1.2 --- opal-ode.vcproj 3 May 2005 15:55:54 -0000 1.3 *************** *** 40,43 **** --- 40,44 ---- AdditionalDependencies="ode_d.lib" OutputFile="$(OutDir)/opal-ode_d.dll" + IgnoreDefaultLibraryNames="libcd" GenerateDebugInformation="TRUE"/> <Tool *************** *** 87,90 **** --- 88,92 ---- AdditionalDependencies="ode.lib" OutputFile="$(OutDir)/opal-ode.dll" + IgnoreDefaultLibraryNames="libc" OptimizeReferences="2" EnableCOMDATFolding="2"/> |