Staging
v0.8.1
Revision 39e810eb6c6b19f3d8c26683c97207f411f0c22f authored by Stefan Krah on 24 June 2012, 12:10:49 UTC, committed by Stefan Krah on 24 June 2012, 12:10:49 UTC
only once (float obviously doesn't set any context at all).
1 parent 6cff9ff
Raw File
release.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="NDEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python.exe"
	/>	
</VisualStudioPropertySheet>
back to top