[Python-checkins] commit of r41785 - python/trunk/PCbuild/pythoncore.vcproj
thomas.heller
python-checkins at python.org
Wed Dec 21 16:46:33 CET 2005
Author: thomas.heller
Date: Wed Dec 21 16:46:29 2005
New Revision: 41785
Modified:
python/trunk/PCbuild/pythoncore.vcproj
Log:
Add Python\pyarena.c to the VC project file.
Fix the definition of BUILD in the VC project settings.
Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj (original)
+++ python/trunk/PCbuild/pythoncore.vcproj Wed Dec 21 16:46:29 2005
@@ -1428,7 +1428,7 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=60"/>
+ PreprocessorDefinitions="BUILD=\"60\""/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
@@ -1436,7 +1436,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=60"/>
+ PreprocessorDefinitions="BUILD=\"60\""/>
</FileConfiguration>
<FileConfiguration
Name="ReleaseItanium|Win32">
@@ -1444,7 +1444,7 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=60"/>
+ PreprocessorDefinitions="BUILD=\"60\""/>
</FileConfiguration>
</File>
<File
@@ -2516,6 +2516,9 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\Python\pyarena.c">
+ </File>
+ <File
RelativePath="..\Python\pyfpe.c">
<FileConfiguration
Name="Release|Win32">
More information about the Python-checkins
mailing list