From: Carlos J. Talbot Date: Tue, 19 Jan 2010 18:00:49 +0000 (+0000) Subject: Intermediate build folder for the xml library was hard coded to same location for... X-Git-Tag: v1.0.6~680 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a4fea6648839724becdb82e5615c8d0c2176c9;p=thirdparty%2Ffreeswitch.git Intermediate build folder for the xml library was hard coded to same location for 32 & 64 bit builds, causing VS 2008 to complain during linking. Switched to the use of $(IntDir) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16406 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/win32/apr-util/xml.2008.vcproj b/libs/win32/apr-util/xml.2008.vcproj index 7822b242a8..82f5ff06e3 100644 --- a/libs/win32/apr-util/xml.2008.vcproj +++ b/libs/win32/apr-util/xml.2008.vcproj @@ -26,6 +26,7 @@ UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" + WholeProgramOptimization="1" >