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
449be383
Kaydet (Commit)
449be383
authored
Nis 22, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.
üst
3c134a20
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
example.c
PC/example_nt/example.c
+1
-1
example.def
PC/example_nt/example.def
+0
-2
example.vcproj
PC/example_nt/example.vcproj
+6
-9
No files found.
PC/example_nt/example.c
Dosyayı görüntüle @
449be383
...
...
@@ -13,7 +13,7 @@ static PyMethodDef example_methods[] = {
{
NULL
,
NULL
}
};
void
PyMODINIT_FUNC
initexample
(
void
)
{
Py_InitModule
(
"example"
,
example_methods
);
...
...
PC/example_nt/example.def
deleted
100644 → 0
Dosyayı görüntüle @
3c134a20
EXPORTS
initexample
PC/example_nt/example.vcproj
Dosyayı görüntüle @
449be383
...
...
@@ -39,12 +39,12 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/export:initexample"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python2
4
.lib"
OutputFile=
".\Release/example.
dll
"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python2
5
.lib"
OutputFile=
".\Release/example.
pyd
"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
AdditionalLibraryDirectories=
"..\PCbuild"
ModuleDefinitionFile=
"
.\example.def
"
ModuleDefinitionFile=
""
ProgramDatabaseFile=
".\Release/example.pdb"
SubSystem=
"2"
ImportLibrary=
".\Release/example.lib"
...
...
@@ -105,12 +105,12 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
"/export:initexample"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python2
4
_d.lib"
OutputFile=
".\Debug/example_d.
dll
"
AdditionalDependencies=
"odbc32.lib odbccp32.lib python2
5
_d.lib"
OutputFile=
".\Debug/example_d.
pyd
"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
AdditionalLibraryDirectories=
"..\PCbuild"
ModuleDefinitionFile=
"
.\example.def
"
ModuleDefinitionFile=
""
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\Debug/example_d.pdb"
SubSystem=
"2"
...
...
@@ -171,9 +171,6 @@
PreprocessorDefinitions=
"WIN32;_DEBUG;_WINDOWS;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath=
"example.def"
>
</File>
</Filter>
<Filter
Name=
"Header Files"
...
...
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