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
9f0cbbc3
Kaydet (Commit)
9f0cbbc3
authored
Agu 18, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
üst
66e6c1a4
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
20 deletions
+14
-20
NEWS
Misc/NEWS
+2
-0
get_externals.bat
PCbuild/get_externals.bat
+3
-3
readme.txt
PCbuild/readme.txt
+1
-1
tcl.vcxproj
PCbuild/tcl.vcxproj
+2
-1
tcltk.props
PCbuild/tcltk.props
+2
-2
tix.vcxproj
PCbuild/tix.vcxproj
+2
-4
tk.vcxproj
PCbuild/tk.vcxproj
+2
-2
tcltk.wixproj
Tools/msi/tcltk/tcltk.wixproj
+0
-7
No files found.
Misc/NEWS
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -17,6 +17,8 @@ Core and Builtins
Library
-------
- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
- Issue #23572: Fixed functools.singledispatch on classes with falsy
metaclasses. Patch by Ethan Furman.
...
...
PCbuild/get_externals.bat
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -55,9 +55,9 @@ for %%e in (
bzip2-1.0.6
nasm-2.11.06
openssl-1.0.2d
tcl-core-8.6.4.
1
tk-8.6.4.
1
tix-8.4.3.
4
tcl-core-8.6.4.
2
tk-8.6.4.
2
tix-8.4.3.
5
sqlite-3.8.11.0
xz-5.0.5
) do (
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -236,7 +236,7 @@ _sqlite3
Homepage:
http://www.sqlite.org/
_tkinter
Wraps version 8.6.
1
of the Tk windowing system.
Wraps version 8.6.
4
of the Tk windowing system.
Homepage:
http://www.tcl.tk/
...
...
PCbuild/tcl.vcxproj
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -61,7 +61,8 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<PropertyGroup>
<TclOpts
Condition=
"$(Configuration) == 'Debug'"
>
symbols
</TclOpts>
<TclOpts>
ucrt
</TclOpts>
<TclOpts
Condition=
"$(Configuration) == 'Debug'"
>
symbols,ucrt
</TclOpts>
<TclDirs>
INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"
</TclDirs>
<DebugFlags
Condition=
"'$(Configuration)' == 'Debug'"
>
DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"
</DebugFlags>
<NMakeBuildCommandLine>
setlocal
...
...
PCbuild/tcltk.props
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -5,7 +5,7 @@
<TclMajorVersion>
8
</TclMajorVersion>
<TclMinorVersion>
6
</TclMinorVersion>
<TclPatchLevel>
4
</TclPatchLevel>
<TclRevision>
1
</TclRevision>
<TclRevision>
2
</TclRevision>
<TkMajorVersion>
$(TclMajorVersion)
</TkMajorVersion>
<TkMinorVersion>
$(TclMinorVersion)
</TkMinorVersion>
<TkPatchLevel>
$(TclPatchLevel)
</TkPatchLevel>
...
...
@@ -13,7 +13,7 @@
<TixMajorVersion>
8
</TixMajorVersion>
<TixMinorVersion>
4
</TixMinorVersion>
<TixPatchLevel>
3
</TixPatchLevel>
<TixRevision>
4
</TixRevision>
<TixRevision>
5
</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 @
9f0cbbc3
...
...
@@ -56,11 +56,9 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<PropertyGroup>
<TkOpts>
msvcrt
</TkOpts>
<TkOpts
Condition=
"$(Configuration) == 'Debug'"
>
symbols,msvcrt
</TkOpts>
<TixDirs>
BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"
</TixDirs>
<DebugFlags
Condition=
"'$(Configuration)' == 'Debug'"
>
DEBUG=1 NODEBUG=0
TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"
</DebugFlags>
<DebugFlags
Condition=
"'$(Configuration)' != 'Debug'"
>
DEBUG=0 NODEBUG=1
</DebugFlags>
<DebugFlags
Condition=
"'$(Configuration)' == 'Debug'"
>
DEBUG=1 NODEBUG=0
UCRT=1 TCL_DBGX=tg TK_DBGX=tg
</DebugFlags>
<DebugFlags
Condition=
"'$(Configuration)' != 'Debug'"
>
DEBUG=0 NODEBUG=1
UCRT=1 TCL_DBGX=t TK_DBGX=t
</DebugFlags>
<NMakeBuildCommandLine>
setlocal
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
')
...
...
PCbuild/tk.vcxproj
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -60,8 +60,8 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<PropertyGroup>
<TkOpts>
msv
crt
</TkOpts>
<TkOpts
Condition=
"$(Configuration) == 'Debug'"
>
symbols,
msv
crt
</TkOpts>
<TkOpts>
u
crt
</TkOpts>
<TkOpts
Condition=
"$(Configuration) == 'Debug'"
>
symbols,
u
crt
</TkOpts>
<TkDirs>
TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"
</TkDirs>
<DebugFlags
Condition=
"'$(Configuration)' == 'Debug'"
>
DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"
</DebugFlags>
<NMakeBuildCommandLine>
setlocal
...
...
Tools/msi/tcltk/tcltk.wixproj
Dosyayı görüntüle @
9f0cbbc3
...
...
@@ -27,13 +27,6 @@
<Target_>
DLLs\
</Target_>
<Group>
tcltk_dlls
</Group>
</InstallFiles>
<InstallFiles
Include=
"$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\vcruntime$(PlatformToolset.Substring(1)).dll"
>
<SourceBase>
$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\
</SourceBase>
<Source>
$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\
</Source>
<TargetBase>
$(VCInstallDir)redist\$(Platform)\Microsoft.VC$(PlatformToolset.Substring(1)).CRT\
</TargetBase>
<Target_>
DLLs\
</Target_>
<Group>
tcltk_dlls
</Group>
</InstallFiles>
<InstallFiles
Include=
"$(tcltkDir)lib\**\*"
>
<SourceBase>
$(tcltkDir)
</SourceBase>
...
...
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