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
8d0d3690
Kaydet (Commit)
8d0d3690
authored
Kas 23, 2013
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Tcl/Tk to 8.6.1.
üst
67986f94
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
28 deletions
+28
-28
NEWS
Misc/NEWS
+1
-1
build_tkinter.py
PCbuild/build_tkinter.py
+3
-3
pyproject.props
PCbuild/pyproject.props
+4
-4
readme.txt
PCbuild/readme.txt
+2
-2
external-amd64.bat
Tools/buildbot/external-amd64.bat
+7
-7
external-common.bat
Tools/buildbot/external-common.bat
+4
-4
external.bat
Tools/buildbot/external.bat
+7
-7
No files found.
Misc/NEWS
Dosyayı görüntüle @
8d0d3690
...
...
@@ -402,7 +402,7 @@ Documentation
Build
-----
- Update SQLite to 3.8.1
and xz to 5.0.5
on Windows.
- Update SQLite to 3.8.1
, xz to 5.0.5, and Tcl/Tk to 8.6.1
on Windows.
- Issue #16632: Enable DEP and ASLR on Windows.
...
...
PCbuild/build_tkinter.py
Dosyayı görüntüle @
8d0d3690
...
...
@@ -11,9 +11,9 @@ import sys
here
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
par
=
os
.
path
.
pardir
TCL
=
"tcl8.
5.1
1"
TK
=
"tk8.
5.1
1"
TIX
=
"tix-8.4.3.
x
"
TCL
=
"tcl8.
6.
1"
TK
=
"tk8.
6.
1"
TIX
=
"tix-8.4.3.
3
"
ROOT
=
os
.
path
.
abspath
(
os
.
path
.
join
(
here
,
par
,
par
))
NMAKE
=
(
'nmake /nologo /f
%
s
%
s
%
s'
)
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
8d0d3690
...
...
@@ -23,10 +23,10 @@
<opensslDir>
$(externalsDir)\openssl-1.0.1e
</opensslDir>
<tcltkDir>
$(externalsDir)\tcltk
</tcltkDir>
<tcltk64Dir>
$(externalsDir)\tcltk64
</tcltk64Dir>
<tcltkLib>
$(tcltkDir)\lib\tcl8
5.lib;$(tcltkDir)\lib\tk85
.lib
</tcltkLib>
<tcltkLibDebug>
$(tcltkDir)\lib\tcl8
5g.lib;$(tcltkDir)\lib\tk85
g.lib
</tcltkLibDebug>
<tcltk64Lib>
$(tcltk64Dir)\lib\tcl8
5.lib;$(tcltk64Dir)\lib\tk85
.lib
</tcltk64Lib>
<tcltk64LibDebug>
$(tcltk64Dir)\lib\tcl8
5g.lib;$(tcltk64Dir)\lib\tk85
g.lib
</tcltk64LibDebug>
<tcltkLib>
$(tcltkDir)\lib\tcl8
6t.lib;$(tcltkDir)\lib\tk86t
.lib
</tcltkLib>
<tcltkLibDebug>
$(tcltkDir)\lib\tcl8
6tg.lib;$(tcltkDir)\lib\tk86t
g.lib
</tcltkLibDebug>
<tcltk64Lib>
$(tcltk64Dir)\lib\tcl8
6t.lib;$(tcltk64Dir)\lib\tk86t
.lib
</tcltk64Lib>
<tcltk64LibDebug>
$(tcltk64Dir)\lib\tcl8
6tg.lib;$(tcltk64Dir)\lib\tk86t
g.lib
</tcltk64LibDebug>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
8d0d3690
...
...
@@ -211,7 +211,7 @@ _sqlite3
Homepage:
http://www.sqlite.org/
_tkinter
Wraps version 8.
5.1
1 of the Tk windowing system.
Wraps version 8.
6.
1 of the Tk windowing system.
Homepage:
http://www.tcl.tk/
...
...
@@ -261,7 +261,7 @@ The external-amd64.bat file contains this for tcl:
So for a release build, you'd call it as:
nmake -f makefile.vc MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all install
Note that the above command is called from within ..\..\tcl-8.
5.1
1.0\win
Note that the above command is called from within ..\..\tcl-8.
6.
1.0\win
(relative to this directory); don't forget to build Tk as well as Tcl!
This will be cleaned up in the future; http://bugs.python.org/issue15968
...
...
Tools/buildbot/external-amd64.bat
Dosyayı görüntüle @
8d0d3690
...
...
@@ -4,18 +4,18 @@
call "Tools\buildbot\external-common.bat"
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
if not exist tcltk64\bin\tcl8
5
g.dll (
cd tcl-8.
5.1
1.0\win
if not exist tcltk64\bin\tcl8
6t
g.dll (
cd tcl-8.
6.
1.0\win
nmake -f makefile.vc DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all
nmake -f makefile.vc DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install
cd ..\..
)
if not exist tcltk64\bin\tk8
5
g.dll (
cd tk-8.
5.1
1.0\win
nmake -f makefile.vc OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.
5.1
1.0 clean
nmake -f makefile.vc OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.
5.1
1.0 all
nmake -f makefile.vc OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.
5.1
1.0 install
if not exist tcltk64\bin\tk8
6t
g.dll (
cd tk-8.
6.
1.0\win
nmake -f makefile.vc OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.
6.
1.0 clean
nmake -f makefile.vc OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.
6.
1.0 all
nmake -f makefile.vc OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.
6.
1.0 install
cd ..\..
)
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
8d0d3690
...
...
@@ -30,11 +30,11 @@ if not exist openssl-1.0.1e (
)
@rem tcl/tk
if not exist tcl-8.
5.1
1.0 (
rd /s/q tcltk tcltk64
svn export http://svn.python.org/projects/external/tcl-8.
5.1
1.0
if not exist tcl-8.
6.
1.0 (
rd /s/q tcltk tcltk64
tcl-8.5.11.0 tk-8.5.11.0
svn export http://svn.python.org/projects/external/tcl-8.
6.
1.0
)
if not exist tk-8.
5.11.0 svn export http://svn.python.org/projects/external/tk-8.5.1
1.0
if not exist tk-8.
6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.
1.0
@rem sqlite3
if not exist sqlite-3.8.1 (
...
...
Tools/buildbot/external.bat
Dosyayı görüntüle @
8d0d3690
...
...
@@ -4,18 +4,18 @@
call "Tools\buildbot\external-common.bat"
call "%VS100COMNTOOLS%\vsvars32.bat"
if not exist tcltk\bin\tcl8
5
g.dll (
if not exist tcltk\bin\tcl8
6t
g.dll (
@rem all and install need to be separate invocations, otherwise nmakehlp is not found on install
cd tcl-8.
5.1
1.0\win
cd tcl-8.
6.
1.0\win
nmake -f makefile.vc DEBUG=1 INSTALLDIR=..\..\tcltk clean all
nmake -f makefile.vc DEBUG=1 INSTALLDIR=..\..\tcltk install
cd ..\..
)
if not exist tcltk\bin\tk8
5
g.dll (
cd tk-8.
5.1
1.0\win
nmake -f makefile.vc OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.
5.1
1.0 clean
nmake -f makefile.vc OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.
5.1
1.0 all
nmake -f makefile.vc OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.
5.1
1.0 install
if not exist tcltk\bin\tk8
6t
g.dll (
cd tk-8.
6.
1.0\win
nmake -f makefile.vc OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.
6.
1.0 clean
nmake -f makefile.vc OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.
6.
1.0 all
nmake -f makefile.vc OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.
6.
1.0 install
cd ..\..
)
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