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
e7e69391
Kaydet (Commit)
e7e69391
authored
Agu 19, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.
Triggers clean on buildbots.
üst
9f0cbbc3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
get_externals.bat
PCbuild/get_externals.bat
+1
-1
tcltk.props
PCbuild/tcltk.props
+1
-1
tix.vcxproj
PCbuild/tix.vcxproj
+2
-2
build.bat
Tools/buildbot/build.bat
+1
-1
No files found.
PCbuild/get_externals.bat
Dosyayı görüntüle @
e7e69391
...
...
@@ -57,7 +57,7 @@ for %%e in (
openssl-1.0.2d
tcl-core-8.6.4.2
tk-8.6.4.2
tix-8.4.3.
5
tix-8.4.3.
6
sqlite-3.8.11.0
xz-5.0.5
) do (
...
...
PCbuild/tcltk.props
Dosyayı görüntüle @
e7e69391
...
...
@@ -13,7 +13,7 @@
<TixMajorVersion>
8
</TixMajorVersion>
<TixMinorVersion>
4
</TixMinorVersion>
<TixPatchLevel>
3
</TixPatchLevel>
<TixRevision>
5
</TixRevision>
<TixRevision>
6
</TixRevision>
<tclDir>
$(ExternalsDir)tcl-core-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\
</tclDir>
<tkDir>
$(ExternalsDir)tk-$(TkMajorVersion).$(TkMinorVersion).$(TkPatchLevel).$(TkRevision)\
</tkDir>
<tixDir>
$(ExternalsDir)tix-$(TixMajorVersion).$(TixMinorVersion).$(TixPatchLevel).$(TixRevision)\
</tixDir>
...
...
PCbuild/tix.vcxproj
Dosyayı görüntüle @
e7e69391
...
...
@@ -57,8 +57,8 @@
<PropertyGroup>
<TixDirs>
BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"
</TixDirs>
<DebugFlags
Condition=
"'$(Configuration)' == 'Debug'"
>
DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=
tg TK_DBGX=t
g
</DebugFlags>
<DebugFlags
Condition=
"'$(Configuration)' != 'Debug'"
>
DEBUG=0 NODEBUG=1 UCRT=1
TCL_DBGX=t TK_DBGX=t
</DebugFlags>
<DebugFlags
Condition=
"'$(Configuration)' == 'Debug'"
>
DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=
g TK_DBGX=
g
</DebugFlags>
<DebugFlags
Condition=
"'$(Configuration)' != 'Debug'"
>
DEBUG=0 NODEBUG=1 UCRT=1
</DebugFlags>
<NMakeBuildCommandLine>
setlocal
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
')
...
...
Tools/buildbot/build.bat
Dosyayı görüntüle @
e7e69391
...
...
@@ -7,7 +7,7 @@ call "%~dp0clean.bat" %*
@rem a new version of an external library, especially Tcl/Tk):
@rem 1) uncomment the following line:
@rem
call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
@rem 2) commit and push
@rem 3) wait for all Windows bots to start a build with that changeset
...
...
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