Staging
v0.8.1
Revision 3a4875e5e3818680adc48abfc507c2176876f22f authored by Eli Bendersky on 26 March 2012, 18:43:32 UTC, committed by Eli Bendersky on 26 March 2012, 18:43:32 UTC
samples and a reference. Also fix the other nits mentioned in the issue.

This also partially addresses issue #14006.
1 parent 70ea34d
Raw File
x64.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="amd64"
	OutputDirectory="$(SolutionDir)\amd64\"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalOptions="/USECL:MS_OPTERON /GS-"
		PreprocessorDefinitions="_WIN64;_M_X64"
	/>
	<Tool
		Name="VCLinkerTool"
		TargetMachine="17"
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(HOST_PYTHON)"
	/>
</VisualStudioPropertySheet>
back to top