]> granicus.if.org Git - python/commitdiff
Remove rotor and xreadlines from VC 7.1 build.
authorTim Peters <tim.peters@gmail.com>
Tue, 31 Aug 2004 14:29:12 +0000 (14:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 31 Aug 2004 14:29:12 +0000 (14:29 +0000)
PC/config.c
PCbuild/pythoncore.vcproj

index e432d4fd74ca49b315b184df502ab684ded9825a..a8f27b8e3476e44318d88724e38ef9b27fc7d85e 100644 (file)
@@ -24,7 +24,6 @@ extern void initregex(void);
 #ifndef MS_WIN64
 extern void initrgbimg(void);
 #endif
-extern void initrotor(void);
 extern void initsignal(void);
 extern void initsha(void);
 extern void initstrop(void);
@@ -38,7 +37,6 @@ extern void initmsvcrt(void);
 extern void init_locale(void);
 #endif
 extern void init_codecs(void);
-extern void initxreadlines(void);
 extern void init_weakref(void);
 extern void init_hotshot(void);
 extern void initxxsubtype(void);
@@ -93,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
 #ifndef MS_WIN64
         {"rgbimg", initrgbimg},
 #endif
-        {"rotor", initrotor},
         {"signal", initsignal},
         {"sha", initsha},
         {"strop", initstrop},
@@ -110,7 +107,6 @@ struct _inittab _PyImport_Inittab[] = {
 #endif
 
         {"_codecs", init_codecs},
-       {"xreadlines", initxreadlines},
        {"_weakref", init_weakref},
        {"_hotshot", init_hotshot},
        {"_random", init_random},
index 1e5617c6d211d4b527326f164427d82c42dfb44c..b4cda83c484f6d4487cbe36fe68d509f512b4735 100644 (file)
                                        PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
                        </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
                                        PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
                        </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