mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Remove rotor and xreadlines from VC 7.1 build.
This commit is contained in:
parent
3d3db9663f
commit
adadc0f56f
2 changed files with 0 additions and 58 deletions
|
@ -24,7 +24,6 @@ extern void initregex(void);
|
||||||
#ifndef MS_WIN64
|
#ifndef MS_WIN64
|
||||||
extern void initrgbimg(void);
|
extern void initrgbimg(void);
|
||||||
#endif
|
#endif
|
||||||
extern void initrotor(void);
|
|
||||||
extern void initsignal(void);
|
extern void initsignal(void);
|
||||||
extern void initsha(void);
|
extern void initsha(void);
|
||||||
extern void initstrop(void);
|
extern void initstrop(void);
|
||||||
|
@ -38,7 +37,6 @@ extern void initmsvcrt(void);
|
||||||
extern void init_locale(void);
|
extern void init_locale(void);
|
||||||
#endif
|
#endif
|
||||||
extern void init_codecs(void);
|
extern void init_codecs(void);
|
||||||
extern void initxreadlines(void);
|
|
||||||
extern void init_weakref(void);
|
extern void init_weakref(void);
|
||||||
extern void init_hotshot(void);
|
extern void init_hotshot(void);
|
||||||
extern void initxxsubtype(void);
|
extern void initxxsubtype(void);
|
||||||
|
@ -93,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
#ifndef MS_WIN64
|
#ifndef MS_WIN64
|
||||||
{"rgbimg", initrgbimg},
|
{"rgbimg", initrgbimg},
|
||||||
#endif
|
#endif
|
||||||
{"rotor", initrotor},
|
|
||||||
{"signal", initsignal},
|
{"signal", initsignal},
|
||||||
{"sha", initsha},
|
{"sha", initsha},
|
||||||
{"strop", initstrop},
|
{"strop", initstrop},
|
||||||
|
@ -110,7 +107,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{"_codecs", init_codecs},
|
{"_codecs", init_codecs},
|
||||||
{"xreadlines", initxreadlines},
|
|
||||||
{"_weakref", init_weakref},
|
{"_weakref", init_weakref},
|
||||||
{"_hotshot", init_hotshot},
|
{"_hotshot", init_hotshot},
|
||||||
{"_random", init_random},
|
{"_random", init_random},
|
||||||
|
|
|
@ -2679,33 +2679,6 @@
|
||||||
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath="..\Objects\setobject.c">
|
RelativePath="..\Objects\setobject.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -3276,33 +3249,6 @@
|
||||||
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath="..\Modules\xxsubtype.c">
|
RelativePath="..\Modules\xxsubtype.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue