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
73b3df9a
Kaydet (Commit)
73b3df9a
authored
Ock 09, 2004
tarafından
Jeremy Hylton
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Windows build to use zlib 1.2.1
üst
c62af02c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
readme.txt
PCbuild/readme.txt
+5
-5
zlib.vcproj
PCbuild/zlib.vcproj
+5
-4
No files found.
PCbuild/readme.txt
Dosyayı görüntüle @
73b3df9a
...
...
@@ -117,15 +117,15 @@ _tkinter
zlib
Python wrapper for the zlib compression library. Get the source code
for version 1.
1.4
from a convenient mirror at:
for version 1.
2.1
from a convenient mirror at:
http://www.gzip.org/zlib/
Unpack into dist\zlib-1.
1.4
.
Unpack into dist\zlib-1.
2.1
.
A custom pre-link step in the zlib project settings should manage to
build zlib-1.
1.4
\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
build zlib-1.
2.1
\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
linked in PCbuild\.
However, the zlib project is not smart enough to remove anything under
zlib-1.
1.4
\ when you do a clean, so if you want to rebuild zlib.lib
you need to clean up zlib-1.
1.4
\ by hand.
zlib-1.
2.1
\ when you do a clean, so if you want to rebuild zlib.lib
you need to clean up zlib-1.
2.1
\ by hand.
bz2
Python wrapper for the libbz2 compression library. Homepage
...
...
PCbuild/zlib.vcproj
Dosyayı görüntüle @
73b3df9a
...
...
@@ -3,6 +3,7 @@
ProjectType=
"Visual C++"
Version=
"7.10"
Name=
"zlib"
RootNamespace=
"zlib"
SccProjectName=
"zlib"
SccLocalPath=
".."
>
<Platforms>
...
...
@@ -20,7 +21,7 @@
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"..\Include,..\PC,..\..\zlib-1.
1.4
"
AdditionalIncludeDirectories=
"..\Include,..\PC,..\..\zlib-1.
2.1
"
PreprocessorDefinitions=
"_DEBUG;WIN32;_WINDOWS"
RuntimeLibrary=
"3"
UsePrecompiledHeader=
"2"
...
...
@@ -36,7 +37,7 @@
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"..\..\zlib-1.
1.4
\zlib.lib"
AdditionalDependencies=
"..\..\zlib-1.
2.1
\zlib.lib"
OutputFile=
"./zlib_d.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -62,8 +63,8 @@
<Tool
Name=
"VCPreLinkEventTool"
Description=
"Checking static zlib has been built"
CommandLine=
"cd ..\..\zlib-1.
1.4
nmake -nologo -f
msdos\makefile.w32
zlib.lib
CommandLine=
"cd ..\..\zlib-1.
2.1
nmake -nologo -f
win32\Makefile.msc
zlib.lib
"
/>
<Tool
Name=
"VCResourceCompilerTool"
...
...
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