Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -23/+29 |
|\ | | | | | For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in) | ||||
| * | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -26/+63 |
| | | | | | | Backport some improvements from Tcl 8.6 | ||||
* | | Sync with tcl version of rules.vc | jan.nijtmans | 2012-08-11 | 1 | -3/+3 |
| | | |||||
* | | [Bug 3555644]: Better use of virtual events. | jan.nijtmans | 2012-08-11 | 1 | -2/+2 |
| | | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation. | ||||
* | | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
|\ \ | |/ | |||||
| * | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
| |\ | |||||
| | * | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
| | | | | | | | | | some more tkInt.decls formatting | ||||
| | * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
| | | | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| | | | |||||
| | * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 1 | -16/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
| | * | Update for VS10 | nijtmans | 2010-10-23 | 1 | -6/+13 |
| | | | |||||
| | * | Fix for AMD64 symbols builds | patthoyts | 2007-09-11 | 1 | -1/+4 |
| | | | |||||
| | * | Fix bug #1582769 build with VC2003 and correct i386 arch. | patthoyts | 2006-10-31 | 1 | -3/+6 |
| | | | |||||
| | * | Ensure builds with VC6 without Platform SDK and pickup MACHINE from environment | patthoyts | 2006-10-18 | 1 | -3/+6 |
| | | | | | | | | | | | | to make life easier on Windows non-x86 platforms. | ||||
| | * | Remove the /RTCc flag | patthoyts | 2006-10-06 | 1 | -5/+1 |
| | | | |||||
| | * | * win/makefile.vc: Support MSVC8 and AMD64 target. Also try using | patthoyts | 2006-09-26 | 1 | -11/+68 |
| | | | | | | | | | | | | | | | * win/rules.vc: sed to generate the manifest (cross-compile cannot * win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe. | ||||
| | * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| | * | Sync with tcl to enable building with VC8 (VS2005 C compiler) | patthoyts | 2006-06-14 | 1 | -102/+102 |
| | | | |||||
| | * | * win/makefile.vc: Backport to the most recent | davygrvy | 2004-10-27 | 1 | -15/+102 |
| | | | | | | | | | | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: | ||||
| | * | Corrected several problems that prevented OPTS=symbols from building | Kevin B Kenny | 2003-03-23 | 1 | -4/+4 |
| | | | | | | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes. | ||||
* | | | Synchronize rules.vc with the version in the tcl source tree. | patthoyts | 2011-04-21 | 1 | -45/+51 |
|\ \ \ | |/ / | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | Synchronize rules.vc with the version in the tcl source tree. | patthoyts | 2011-04-21 | 1 | -45/+58 |
| | | | | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | Update for VS10 | nijtmans | 2010-10-23 | 1 | -5/+7 |
| | | | |||||
| * | | Update dll version numbers of dde/reg extension in the makefile. | patthoyts | 2009-10-15 | 1 | -3/+3 |
| | | | |||||
* | | | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 1 | -2/+4 |
| | | | | | | | | | | | | cmdline" implemented for Tk on MSVC++ | ||||
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-09-14 | 1 | -2/+2 |
| | | | |||||
* | | | win/rules.vc: (sync with tcl version) | nijtmans | 2010-09-09 | 1 | -7/+35 |
| | | | | | | | | | | | | | | | | | | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary. | ||||
* | | | [Bug #3020677] wish can't link reg1.2 | nijtmans | 2010-07-01 | 1 | -4/+4 |
| | | | |||||
* | | | Fix [Tcl Bug 2967340]: Static build failure | nijtmans | 2010-03-12 | 1 | -5/+5 |
| | | | |||||
* | | | * win/rules.vc: small bug not setting SYMBOLS macro fixed. | davygrvy | 2008-12-31 | 1 | -1/+2 |
| | | | |||||
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+7 |
| | | | |||||
* | | | We should use the thread allocator for threaded builds. Added 'tclalloc' ↵ | patthoyts | 2008-05-15 | 1 | -2/+5 |
|/ / | | | | | | | option to disable. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Handle MSVC 9 (aka: Visual Studio 2008) | patthoyts | 2007-12-10 | 1 | -4/+10 |
| | | |||||
* | | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix | patthoyts | 2007-10-31 | 1 | -11/+1 |
| | | | | | | | | | | the two places in Tk that generate errors with msvc8 when using this flag. | ||||
* | | Fixed install of tk broken with last commit | patthoyts | 2007-10-12 | 1 | -1/+2 |
| | | |||||
* | | Mine all version information from headers. Sync tcl and tk and bring | patthoyts | 2007-10-12 | 1 | -59/+171 |
| | | | | | | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. | ||||
* | | Synchronize with tcl rules.vc | patthoyts | 2007-08-21 | 1 | -9/+14 |
| | | |||||
* | | see log | Joe Mistachkin | 2007-02-04 | 1 | -4/+7 |
| | | |||||
* | | Update to support ttk merge. | patthoyts | 2006-10-31 | 1 | -2/+12 |
| | | |||||
* | | generic/tkImgBmap.c: Fixed line endings. | patthoyts | 2006-10-19 | 1 | -23/+109 |
| | | | | | | | | | | | | win/makefile.vc: Patched up build system to manage win/rules.vc: AMD64 with MSVC8 win/nmakehlp.c: Ensure operation without Platform SDK. | ||||
* | | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
* | | * win/makefile.vc: | davygrvy | 2004-02-08 | 1 | -3/+21 |
| | | | | | | | | | | | | * win/rules.vc: * win/rc/tk.rc: * win/rc/wish.rc: Now supports the 'unchecked' option when building. | ||||
* | | sync'd to Tcl. | davygrvy | 2004-02-01 | 1 | -1/+8 |
| | | |||||
* | | * win/rules.vc: Sync'd to Tcl, respects the CHECKS=nodep | davygrvy | 2004-01-13 | 1 | -1/+20 |
| | | | | | | | | commandline macro and was used to verify the Tcl_Panic change above. | ||||
* | | sync'd to Tcl. | davygrvy | 2003-12-23 | 1 | -13/+56 |
| | | |||||
* | | Corrected several problems that prevented OPTS=symbols from building | Kevin B Kenny | 2003-03-23 | 1 | -4/+4 |
| | | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes. | ||||
* | | updated default tcl version to 8.5 | davygrvy | 2003-03-06 | 1 | -2/+2 |
|/ | |||||
* | matched to the Tcl one. | davygrvy | 2003-02-14 | 1 | -6/+19 |
| | |||||
* | * win/winMain.c (Tcl_AppInit): Calls Registry_Init() and | davygrvy | 2002-11-04 | 1 | -6/+91 |
| | | | | | | | | | | | | | Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros are set. * win/makefile.vc: linkexten option now sets the TCL_USE_STATIC_PACKAGES macro which also adds the registry and dde static lib files to the link of the shell. [Patch 479697] * win/rules.vc: Matches the one from Tcl. * win/buildall.vc.bat: More useful commentary. |