diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-05-16 22:21:57 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-05-16 22:21:57 (GMT) |
commit | f398a94818b8e92ca6715807266d5c1d04ca5400 (patch) | |
tree | d60e8117d71eb9ce15a73b795786c0f2b9160bce /PC/VS9.0/pyproject.vsprops | |
parent | de9ac6c2e5b5887e473a24f067942dcf306ed3d3 (diff) | |
download | cpython-f398a94818b8e92ca6715807266d5c1d04ca5400.zip cpython-f398a94818b8e92ca6715807266d5c1d04ca5400.tar.gz cpython-f398a94818b8e92ca6715807266d5c1d04ca5400.tar.bz2 |
Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0
directory.
Diffstat (limited to 'PC/VS9.0/pyproject.vsprops')
-rw-r--r-- | PC/VS9.0/pyproject.vsprops | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index f2fb360..b3c1b4b 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -11,7 +11,7 @@ Optimization="2"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="..\Include; ..\PC"
+ AdditionalIncludeDirectories="..\..\Include; ..\..\PC"
PreprocessorDefinitions="_WIN32"
StringPooling="true"
ExceptionHandling="0"
@@ -34,7 +34,7 @@ />
<Tool
Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories="..\PC;..\Include"
+ AdditionalIncludeDirectories="..\..\PC;..\..\Include"
/>
<UserMacro
Name="PyDllName"
@@ -46,7 +46,7 @@ />
<UserMacro
Name="externalsDir"
- Value="..\.."
+ Value="..\..\.."
/>
<UserMacro
Name="sqlite3Dir"
|