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
28c3184d
Kaydet (Commit)
28c3184d
authored
Tem 28, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #27647: Update Windows build to Tcl/Tk 8.6.6
üst
6276b47f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
NEWS
Misc/NEWS
+2
-0
get_externals.bat
PCbuild/get_externals.bat
+2
-2
readme.txt
PCbuild/readme.txt
+1
-1
tcltk.props
PCbuild/tcltk.props
+3
-4
No files found.
Misc/NEWS
Dosyayı görüntüle @
28c3184d
...
...
@@ -70,6 +70,8 @@ Tests
Windows
-------
- Issue #27647: Update bundled Tcl/Tk to 8.6.6.
- Issue #27610: Adds PEP 514 metadata to Windows installer
- Issue #27469: Adds a shell extension to the launcher so that drag and drop
...
...
PCbuild/get_externals.bat
Dosyayı görüntüle @
28c3184d
...
...
@@ -56,8 +56,8 @@ set libraries=%libraries% bzip2-1.0.6
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h
set libraries=%libraries% sqlite-3.8.11.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.
4.2
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.
4.2
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.
6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.
6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6
set libraries=%libraries% xz-5.0.5
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
28c3184d
...
...
@@ -208,7 +208,7 @@ _sqlite3
Homepage:
http://www.sqlite.org/
_tkinter
Wraps version 8.6.
4
of the Tk windowing system.
Wraps version 8.6.
6
of the Tk windowing system.
Homepage:
http://www.tcl.tk/
...
...
PCbuild/tcltk.props
Dosyayı görüntüle @
28c3184d
...
...
@@ -4,8 +4,8 @@
<PropertyGroup>
<TclMajorVersion>
8
</TclMajorVersion>
<TclMinorVersion>
6
</TclMinorVersion>
<TclPatchLevel>
4
</TclPatchLevel>
<TclRevision>
2
</TclRevision>
<TclPatchLevel>
6
</TclPatchLevel>
<TclRevision>
0
</TclRevision>
<TkMajorVersion>
$(TclMajorVersion)
</TkMajorVersion>
<TkMinorVersion>
$(TclMinorVersion)
</TkMinorVersion>
<TkPatchLevel>
$(TclPatchLevel)
</TkPatchLevel>
...
...
@@ -42,4 +42,4 @@
<BuildDirTop
Condition=
"$(PlatformToolset) == 'v110'"
>
$(BuildDirTop)_VC11
</BuildDirTop>
<BuildDirTop
Condition=
"$(PlatformToolset) == 'v100'"
>
$(BuildDirTop)_VC10
</BuildDirTop>
</PropertyGroup>
</Project>
\ No newline at end of file
</Project>
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