diff options
author | Thomas Heller <theller@ctypes.org> | 2004-06-02 18:58:55 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-06-02 18:58:55 (GMT) |
commit | 9f5f056d7547cd4d8347eb4c4a309eea5397f164 (patch) | |
tree | b76881829b59366525a0536be0a7176aad69ad03 /PCbuild/pythoncore.vcproj | |
parent | 118f931d07de3987958eee51e97b3323c190dbfd (diff) | |
download | cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.zip cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.tar.gz cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.tar.bz2 |
Remove the pcre module.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 5d5dbb9..b15b900 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1777,25 +1777,6 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\pcremodule.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> - </File> - <File RelativePath="..\Modules\posixmodule.c"> <FileConfiguration Name="Release|Win32"> @@ -1834,25 +1815,6 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\pypcre.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> - </File> - <File RelativePath="..\Python\pystate.c"> <FileConfiguration Name="Release|Win32"> |