summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2005-12-21 15:46:29 (GMT)
committerThomas Heller <theller@ctypes.org>2005-12-21 15:46:29 (GMT)
commit7a9d1327db2a225d8b8eb64d4d4f52a9dcb321ec (patch)
tree92fd3de8c1ad3062b2a3df8e4a4d64125fef335d /PCbuild
parentce3a9131c37dc8e968156864e73e1ff544cf7ece (diff)
downloadcpython-7a9d1327db2a225d8b8eb64d4d4f52a9dcb321ec.zip
cpython-7a9d1327db2a225d8b8eb64d4d4f52a9dcb321ec.tar.gz
cpython-7a9d1327db2a225d8b8eb64d4d4f52a9dcb321ec.tar.bz2
Add Python\pyarena.c to the VC project file.
Fix the definition of BUILD in the VC project settings.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 48d1489..d220d35 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -1428,7 +1428,7 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=60"/>
+ PreprocessorDefinitions="BUILD=\&quot;60\&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
@@ -1436,7 +1436,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=60"/>
+ PreprocessorDefinitions="BUILD=\&quot;60\&quot;"/>
</FileConfiguration>
<FileConfiguration
Name="ReleaseItanium|Win32">
@@ -1444,7 +1444,7 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=60"/>
+ PreprocessorDefinitions="BUILD=\&quot;60\&quot;"/>
</FileConfiguration>
</File>
<File
@@ -2516,6 +2516,9 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\Python\pyarena.c">
+ </File>
+ <File
RelativePath="..\Python\pyfpe.c">
<FileConfiguration
Name="Release|Win32">