[Stackless-checkins] CVS: slpdev/src/2.3/dev/PCbuild psyco.vcproj, 1.2, 1.3

Christian Tismer tismer at centera.de
Thu Jul 22 19:49:44 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/PCbuild
In directory centera.de:/tmp/cvs-serv7665/dev/PCbuild

Modified Files:
	psyco.vcproj 
Log Message:
trying to get psyco disassembly right under Windows.
It seems not to work with vc7, since it does pdb files, only.
Will need to switch to map file reading.

Index: psyco.vcproj
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/PCbuild/psyco.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** psyco.vcproj	16 Jul 2004 18:28:04 -0000	1.2
--- psyco.vcproj	22 Jul 2004 17:49:42 -0000	1.3
***************
*** 21,32 ****
  			<Tool
  				Name="VCCLCompilerTool"
  				Optimization="2"
  				InlineFunctionExpansion="1"
  				AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\psyco-1.2\c\i386&quot;;..\Stackless"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  				StringPooling="TRUE"
  				RuntimeLibrary="2"
  				EnableFunctionLevelLinking="TRUE"
  				UsePrecompiledHeader="2"
  				PrecompiledHeaderFile=".\x86-temp-release\psyco/psyco.pch"
  				AssemblerListingLocation=".\x86-temp-release\psyco/"
--- 21,34 ----
  			<Tool
  				Name="VCCLCompilerTool"
+ 				AdditionalOptions="/Yd"
  				Optimization="2"
  				InlineFunctionExpansion="1"
  				AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\psyco-1.2\c\i386&quot;;..\Stackless"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;CODE_DUMP=1"
  				StringPooling="TRUE"
  				RuntimeLibrary="2"
  				EnableFunctionLevelLinking="TRUE"
  				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderThrough=""
  				PrecompiledHeaderFile=".\x86-temp-release\psyco/psyco.pch"
  				AssemblerListingLocation=".\x86-temp-release\psyco/"
***************
*** 35,39 ****
  				WarningLevel="3"
  				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
  				CompileAs="0"/>
  			<Tool
--- 37,41 ----
  				WarningLevel="3"
  				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="1"
  				CompileAs="0"/>
  			<Tool
***************
*** 41,44 ****
--- 43,47 ----
  			<Tool
  				Name="VCLinkerTool"
+ 				AdditionalOptions="/DEBUGTYPE:COFF"
  				AdditionalDependencies="odbc32.lib odbccp32.lib"
  				OutputFile="./_psyco.pyd"
***************
*** 46,50 ****
  				SuppressStartupBanner="TRUE"
  				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./psyco.pdb"
  				SubSystem="2"
  				BaseAddress="0x1e1A0000"
--- 49,53 ----
  				SuppressStartupBanner="TRUE"
  				GenerateDebugInformation="TRUE"
! 				GenerateMapFile="TRUE"
  				SubSystem="2"
  				BaseAddress="0x1e1A0000"


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list