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
f477b93d
Kaydet (Commit)
f477b93d
authored
Ock 02, 2010
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Windows build to sqlite 3.6.21.
üst
1a635e46
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
NEWS
Misc/NEWS
+1
-1
pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
vs9to8.py
PCbuild/vs9to8.py
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+3
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
f477b93d
...
...
@@ -121,7 +121,7 @@ Build
- Issue #7589: Only build the nis module when the correct header files are
found.
- Switch to OpenSSL 0.9.8l on Windows.
- Switch to OpenSSL 0.9.8l
and sqlite 3.6.21
on Windows.
- Issue #7541: when using ``python-config`` with a framework install the compiler might
use the wrong library.
...
...
PCbuild/pyproject.vsprops
Dosyayı görüntüle @
f477b93d
...
...
@@ -74,7 +74,7 @@
/>
<UserMacro
Name=
"sqlite3Dir"
Value=
"$(externalsDir)\sqlite-3.
5.9
"
Value=
"$(externalsDir)\sqlite-3.
6.21
"
/>
<UserMacro
Name=
"bz2Dir"
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
f477b93d
...
...
@@ -107,7 +107,7 @@ _bsddb
Wraps Berkeley DB 4.7.25, which is currently built by _bsddb.vcproj.
project (see below).
_sqlite3
Wraps SQLite 3.
5.9
, which is currently built by sqlite3.vcproj (see below).
Wraps SQLite 3.
6.21
, which is currently built by sqlite3.vcproj (see below).
_tkinter
Wraps the Tk windowing system. Unlike _bsddb and _sqlite3, there's no
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
...
...
PCbuild/vs9to8.py
Dosyayı görüntüle @
f477b93d
...
...
@@ -24,7 +24,7 @@ def vs9to8(src, dest):
# Bah. VS8.0 does not expand macros in file names.
# Replace them here.
lines
=
lines
.
replace
(
'$(sqlite3Dir)'
,
'..
\\
..
\\
..
\\
sqlite-3.
5.9
'
)
lines
=
lines
.
replace
(
'$(sqlite3Dir)'
,
'..
\\
..
\\
..
\\
sqlite-3.
6.21
'
)
lines
=
lines
.
replace
(
'$(bsddbDir)
\\
..
\\
..'
,
'..
\\
..
\\
..
\\
db-4.7.25.0
\\
build_windows
\\
..'
)
lines
=
lines
.
replace
(
'$(bsddbDir)'
,
'..
\\
..
\\
..
\\
db-4.7.25.0
\\
build_windows'
)
...
...
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
f477b93d
...
...
@@ -16,7 +16,7 @@ cd ..
@rem if exist db-4.4.20 rd /s/q db-4.4.20
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
@rem if exist openssl-0.9.8l rd /s/q openssl-0.9.8l
@rem if exist sqlite-3.
5.9 rd /s/q sqlite-3.5.9
@rem if exist sqlite-3.
6.21 rd /s/q sqlite-3.6.21
@rem bzip
if not exist bzip2-1.0.5 (
...
...
@@ -39,7 +39,7 @@ if not exist tcl-8.5.2.1 (
if not exist tk-8.5.2.0 svn export http://svn.python.org/projects/external/tk-8.5.2.0
@rem sqlite3
if not exist sqlite-3.
5.9
(
if not exist sqlite-3.
6.21
(
rd /s/q sqlite-source-3.3.4
svn export http://svn.python.org/projects/external/sqlite-3.
5.9
svn export http://svn.python.org/projects/external/sqlite-3.
6.21
)
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