summaryrefslogtreecommitdiffstatshomepage
path: root/windows/msvc/sources.props
diff options
context:
space:
mode:
Diffstat (limited to 'windows/msvc/sources.props')
-rw-r--r--windows/msvc/sources.props4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/msvc/sources.props b/windows/msvc/sources.props
index 364f36b044..7ec0b652bd 100644
--- a/windows/msvc/sources.props
+++ b/windows/msvc/sources.props
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <PyBaseDir>$(MsbuildThisFileDirectory)..\..\</PyBaseDir>
- </PropertyGroup>
+ <Import Project="env.props" Condition="$(PyEnvIncluded)!=True"/>
<ItemGroup>
<ClCompile Include="$(PyBaseDir)py\*.c" />
<ClCompile Include="$(PyBaseDir)extmod\*.c" />