Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-do [c42d04b1b4], but now correct ;-( | jan.nijtmans | 2012-08-28 | 1 | -23/+2 |
| | |||||
* | Remove accidental commit of merge conflict, resolved to original code. | dkf | 2012-08-27 | 1 | -25/+0 |
| | |||||
* | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -21/+48 |
|\ | | | | | 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 | -44/+25 |
| | | | | | | Backport some improvements from Tcl 8.6 | ||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
* | | | doc fixes | Joe Mistachkin | 2008-10-02 | 1 | -2/+2 |
|/ / | |||||
* | | Permit building al debug builds as well as release builds | patthoyts | 2005-10-14 | 1 | -14/+79 |
| | | |||||
* | | Checks MSDevDir, not MSVCDir envar. | davygrvy | 2004-03-09 | 1 | -3/+3 |
|/ | |||||
* | * win/winMain.c (Tcl_AppInit): Calls Registry_Init() and | davygrvy | 2002-11-04 | 1 | -8/+35 |
| | | | | | | | | | | | | | 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. | ||||
* | updated to match Tcl | davygrvy | 2002-03-29 | 1 | -6/+29 |
| | |||||
* | Added the logic for the linkexten option. | davygrvy | 2001-11-13 | 1 | -2/+2 |
| | |||||
* | * win/mkd.bat: | davygrvy | 2001-11-13 | 1 | -0/+13 |
* win/rmd.bat: Removed -kb CVS attribute and added changes from Llyod Lim for better stability. [Patch #456761] * win/rules.vc(new): * win/buildall.vc.bat(new): * win/makefile.vc: large rewrite following Tcl's makefile.vc as a guide and Patch #456761. Appears BugFree(tm). |