Author: borisk
Date: Sun Apr 11 13:18:09 2010
New Revision: 932891
URL: http://svn.apache.org/viewvc?rev=932891&view=rev
Log:
Give proper name to 64-bit PDB file in static build (XERCESC-1907).
Modified:
xerces/c/branches/xerces-3.1/projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj
xerces/c/branches/xerces-3.1/projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj
Modified:
xerces/c/branches/xerces-3.1/projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj?rev=932891&r1=932890&r2=932891&view=diff
==============================================================================
---
xerces/c/branches/xerces-3.1/projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj
(original)
+++
xerces/c/branches/xerces-3.1/projects/Win32/VC8/xerces-all/XercesLib/XercesLib.vcproj
Sun Apr 11 13:18:09 2010
@@ -665,7 +665,7 @@
PrecompiledHeaderFile="$(IntDir)\XercesLib.pch"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
-
ProgramDataBaseFileName="$(IntDir)\XercesLib_vc80"
+
ProgramDataBaseFileName="$(OutDir)\xerces-c_static_3D.pdb"
WarningLevel="3"
DebugInformationFormat="3"
CompileAs="0"
Modified:
xerces/c/branches/xerces-3.1/projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj?rev=932891&r1=932890&r2=932891&view=diff
==============================================================================
---
xerces/c/branches/xerces-3.1/projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj
(original)
+++
xerces/c/branches/xerces-3.1/projects/Win32/VC9/xerces-all/XercesLib/XercesLib.vcproj
Sun Apr 11 13:18:09 2010
@@ -666,7 +666,7 @@
PrecompiledHeaderFile="$(IntDir)\XercesLib.pch"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
-
ProgramDataBaseFileName="$(IntDir)\XercesLib_vc90"
+
ProgramDataBaseFileName="$(OutDir)\xerces-c_static_3D.pdb"
WarningLevel="3"
DebugInformationFormat="3"
CompileAs="0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]