mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:39:02 +08:00
db411cbe64
* [tcl]Upgrade to 8.6.9 and use vcpkg_install_make/vcpkg_install_nmake. * [tcl]Upgrade to 8.6.10 and add features. * [tcl]Delete debug info and support static build. * Re-trigger CI system. * [tcl]Fix windows-static build.
16 lines
896 B
Plaintext
16 lines
896 B
Plaintext
Source: tcl
|
|
Version: 8.6.10-2
|
|
Homepage: https://github.com/tcltk/tcl
|
|
Description: Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides the fastest and most powerful way to create GUI applications that run on PCs, Unix, and Mac OS X. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.
|
|
|
|
Feature: thrdalloc
|
|
Description: Use the thread allocator (shared global free pool).
|
|
|
|
Feature: profile
|
|
Description: Adds profiling hooks. Map file is assumed.
|
|
|
|
Feature: unchecked
|
|
Description: Allows a symbols build to not use the debug enabled runtime (msvcrt.dll not msvcrtd.dll or libcmt.lib not libcmtd.lib).
|
|
|
|
Feature: utfmax
|
|
Description: Forces Tcl_UniChar to be a 32-bit quantity in stead of 16-bits |