You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2008/01/08 22:53:23 UTC

svn commit: r610180 - /xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/Performance/perf.vcproj

Author: dbertoni
Date: Tue Jan  8 13:53:22 2008
New Revision: 610180

URL: http://svn.apache.org/viewvc?rev=610180&view=rev
Log:
Enable debug information in release builds.

Modified:
    xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/Performance/perf.vcproj

Modified: xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/Performance/perf.vcproj
URL: http://svn.apache.org/viewvc/xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/Performance/perf.vcproj?rev=610180&r1=610179&r2=610180&view=diff
==============================================================================
--- xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/Performance/perf.vcproj (original)
+++ xalan/c/branches/dbertoni/VisualStudioFixup/Projects/Win32/VC8/Performance/perf.vcproj Tue Jan  8 13:53:22 2008
@@ -63,6 +63,7 @@
 				ProgramDataBaseFileName="$(IntDir)\"
 				WarningLevel="4"
 				SuppressStartupBanner="true"
+				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"
 			/>
@@ -84,6 +85,7 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
 				AdditionalLibraryDirectories="$(XERCESCROOT)\Build\Win32\VC8\Release;$(XERCESCROOT)\lib;..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC8\Release;$(OutDir)"
+				GenerateDebugInformation="true"
 				SubSystem="1"
 				StackReserveSize="2048000"
 				LinkTimeCodeGeneration="1"
@@ -160,6 +162,7 @@
 				ProgramDataBaseFileName="$(IntDir)\"
 				WarningLevel="4"
 				SuppressStartupBanner="true"
+				DebugInformationFormat="3"
 				CompileAs="0"
 				DisableSpecificWarnings="4996"
 			/>
@@ -181,6 +184,7 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
 				AdditionalLibraryDirectories="$(XERCESCROOT)\Build\Win64\VC8\Release;$(XERCESCROOT)\lib;..\..\..\..\..\..\xml-xerces\c\Build\Win64\VC8\Release;$(OutDir)"
+				GenerateDebugInformation="true"
 				SubSystem="1"
 				StackReserveSize="2048000"
 				LinkTimeCodeGeneration="1"



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org