summaryrefslogtreecommitdiff
path: root/PCbuild/x64.props
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/x64.props')
-rw-r--r--PCbuild/x64.props20
1 files changed, 20 insertions, 0 deletions
diff --git a/PCbuild/x64.props b/PCbuild/x64.props
new file mode 100644
index 0000000000..985c0ef7f7
--- /dev/null
+++ b/PCbuild/x64.props
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Label="UserMacros" Condition="'$(HOST_PYTHON)'!=''">
+ <PythonExe>$(HOST_PYTHON)</PythonExe>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <BufferSecurityCheck>false</BufferSecurityCheck>
+ <PreprocessorDefinitions>_WIN64;_M_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <BuildMacro Include="PythonExe">
+ <Value>$(PythonExe)</Value>
+ </BuildMacro>
+ </ItemGroup>
+</Project>