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
92497a42
Kaydet (Commit)
92497a42
authored
Mar 22, 2014
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21017: Enable Tix debug build on Windows
üst
4bcf5a52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
pcbuild.sln
PCbuild/pcbuild.sln
+2
-0
pyproject.props
PCbuild/pyproject.props
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+1
-1
No files found.
PCbuild/pcbuild.sln
Dosyayı görüntüle @
92497a42
...
...
@@ -684,7 +684,9 @@ Global
{7E85ECCF-A72C-4DA4-9E52-884508E80BA1}.Release|x64.ActiveCfg = Release|x64
{7E85ECCF-A72C-4DA4-9E52-884508E80BA1}.Release|x64.Build.0 = Release|x64
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|Win32.ActiveCfg = Debug|Win32
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|Win32.Build.0 = Debug|Win32
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|x64.ActiveCfg = Debug|x64
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.Debug|x64.Build.0 = Debug|x64
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.PGInstrument|Win32.Build.0 = PGInstrument|Win32
{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}.PGInstrument|x64.ActiveCfg = PGInstrument|x64
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
92497a42
...
...
@@ -23,7 +23,7 @@
<opensslDir>
$(externalsDir)\openssl-1.0.1e
</opensslDir>
<tclDir>
$(externalsDir)\tcl-8.6.1.0
</tclDir>
<tkDir>
$(externalsDir)\tk-8.6.1.0
</tkDir>
<tixDir>
$(externalsDir)\tix-8.4.3.
3
</tixDir>
<tixDir>
$(externalsDir)\tix-8.4.3.
4
</tixDir>
<tcltkDir>
$(externalsDir)\tcltk
</tcltkDir>
</PropertyGroup>
<ItemDefinitionGroup>
...
...
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
92497a42
...
...
@@ -35,7 +35,7 @@ if not exist tcl-8.6.1.0 (
svn export http://svn.python.org/projects/external/tcl-8.6.1.0
)
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
if not exist tix-8.4.3.
3 svn export http://svn.python.org/projects/external/tix-8.4.3.3
if not exist tix-8.4.3.
4 svn export http://svn.python.org/projects/external/tix-8.4.3.4
@rem sqlite3
if not exist sqlite-3.8.3.1 (
...
...
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