Staging
v0.5.1
https://github.com/python/cpython
Revision fcf1ea5c86fb2b1efb54a780e31a69b24c0658f4 authored by Georg Brandl on 04 August 2009, 20:26:39 UTC, committed by Georg Brandl on 04 August 2009, 20:26:39 UTC
svn+ssh://svn.python.org/python/branches/py3k

................
  r74309 | georg.brandl | 2009-08-04 22:25:54 +0200 (Di, 04 Aug 2009) | 9 lines

  Merged revisions 74307 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line

    Add donation link to docs footer.
  ........
................
1 parent 216dc7b
Raw File
Tip revision: fcf1ea5c86fb2b1efb54a780e31a69b24c0658f4 authored by Georg Brandl on 04 August 2009, 20:26:39 UTC
Merged revisions 74309 via svnmerge from
Tip revision: fcf1ea5
pyproject.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyproject"
	OutputDirectory="$(SolutionDir)"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="2"
		InlineFunctionExpansion="1"
		EnableIntrinsicFunctions="true"
		AdditionalIncludeDirectories="..\Include; ..\PC"
		PreprocessorDefinitions="_WIN32"
		StringPooling="true"
		ExceptionHandling="0"
		RuntimeLibrary="0"
		EnableFunctionLevelLinking="true"
		WarningLevel="3"
		DebugInformationFormat="3"
		CompileAs="0"
	/>
	<Tool
		Name="VCLinkerTool"
		LinkIncremental="1"
		AdditionalLibraryDirectories="$(OutDir)"
		GenerateDebugInformation="true"
		ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
		SubSystem="2"
		RandomizedBaseAddress="1"
		DataExecutionPrevention="0"
		TargetMachine="1"
	/>
	<Tool
		Name="VCResourceCompilerTool"
		AdditionalIncludeDirectories="..\PC;..\Include"
	/>
	<UserMacro
		Name="PyDllName"
		Value="python31"
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(SolutionDir)\python.exe"
	/>
	<UserMacro
		Name="externalsDir"
		Value="..\.."
	/>
	<UserMacro
		Name="sqlite3Dir"
		Value="$(externalsDir)\sqlite-3.5.9"
	/>
	<UserMacro
		Name="bz2Dir"
		Value="$(externalsDir)\bzip2-1.0.5"
	/>
	<UserMacro
		Name="opensslDir"
		Value="$(externalsDir)\openssl-0.9.8g"
	/>
	<UserMacro
		Name="tcltkDir"
		Value="$(externalsDir)\tcltk"
	/>
	<UserMacro
		Name="tcltk64Dir"
		Value="$(externalsDir)\tcltk64"
	/>
	<UserMacro
		Name="tcltkLib"
		Value="$(tcltkDir)\lib\tcl85.lib $(tcltkDir)\lib\tk85.lib"
	/>
	<UserMacro
		Name="tcltkLibDebug"
		Value="$(tcltkDir)\lib\tcl85g.lib $(tcltkDir)\lib\tk85g.lib"
	/>
	<UserMacro
		Name="tcltk64Lib"
		Value="$(tcltk64Dir)\lib\tcl85.lib $(tcltk64Dir)\lib\tk85.lib"
	/>
	<UserMacro
		Name="tcltk64LibDebug"
		Value="$(tcltk64Dir)\lib\tcl85g.lib $(tcltk64Dir)\lib\tk85g.lib"
	/>
</VisualStudioPropertySheet>
back to top