Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
adadc0f5
Kaydet (Commit)
adadc0f5
authored
Agu 31, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove rotor and xreadlines from VC 7.1 build.
üst
3d3db966
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
58 deletions
+0
-58
config.c
PC/config.c
+0
-4
pythoncore.vcproj
PCbuild/pythoncore.vcproj
+0
-54
No files found.
PC/config.c
Dosyayı görüntüle @
adadc0f5
...
...
@@ -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
},
...
...
PCbuild/pythoncore.vcproj
Dosyayı görüntüle @
adadc0f5
...
...
@@ -2679,33 +2679,6 @@
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
...
...
@@ -3276,33 +3249,6 @@
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment