diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-31 14:29:12 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-31 14:29:12 (GMT) |
commit | adadc0f56fa2c5e6e695e34b1bd4b72640ecd089 (patch) | |
tree | 5b8bff059674007a01639f7c97733bd207b4d9c9 /PCbuild | |
parent | 3d3db9663fa3df348896666e750b1156fb798880 (diff) | |
download | cpython-adadc0f56fa2c5e6e695e34b1bd4b72640ecd089.zip cpython-adadc0f56fa2c5e6e695e34b1bd4b72640ecd089.tar.gz cpython-adadc0f56fa2c5e6e695e34b1bd4b72640ecd089.tar.bz2 |
Remove rotor and xreadlines from VC 7.1 build.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 1e5617c..b4cda83 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -2680,33 +2680,6 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\rotormodule.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="..\Objects\setobject.c"> <FileConfiguration Name="Release|Win32"> @@ -3277,33 +3250,6 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\xreadlinesmodule.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="..\Modules\xxsubtype.c"> <FileConfiguration Name="Release|Win32"> |