summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-12-25 16:28:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-12-25 16:28:48 (GMT)
commit903a9444a84b4af2c947e15d08968f9e990ae2bc (patch)
tree8c4736729cb21003e4f779ba41350b4f467f0140 /PCbuild
parentbb2bf2c45a28f9a5e34c0632e3a8aa493321d7d8 (diff)
downloadcpython-903a9444a84b4af2c947e15d08968f9e990ae2bc.zip
cpython-903a9444a84b4af2c947e15d08968f9e990ae2bc.tar.gz
cpython-903a9444a84b4af2c947e15d08968f9e990ae2bc.tar.bz2
Repair longstanding damage introduced by the AST merge:
- Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj29
1 files changed, 25 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index d220d35..aceb765 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -2486,9 +2486,6 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\Parser\pgen.c">
- </File>
- <File
RelativePath="..\Modules\posixmodule.c">
<FileConfiguration
Name="Release|Win32">
@@ -3227,7 +3224,31 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\Parser\tokenizer_pgen.c">
+ RelativePath="..\Parser\tokenizer.c">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="ReleaseItanium|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
+ </FileConfiguration>
</File>
<File
RelativePath="..\Python\traceback.c">