Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -3/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| | | | |||||
| | * | Ensure builds with VC6 without Platform SDK and pickup MACHINE from environment | patthoyts | 2006-10-18 | 1 | -10/+14 |
| | | | | | | | | | | | | to make life easier on Windows non-x86 platforms. | ||||
| | * | Remove the /RTCc flag | patthoyts | 2006-10-06 | 1 | -2/+2 |
| | | | |||||
| | * | * win/makefile.vc: Support MSVC8 and AMD64 target. Also try using | patthoyts | 2006-09-26 | 1 | -99/+248 |
| | | | | | | | | | | | | | | | * win/rules.vc: sed to generate the manifest (cross-compile cannot * win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe. | ||||
| | * | Sync with tcl to enable building with VC8 (VS2005 C compiler) | patthoyts | 2006-06-14 | 1 | -67/+49 |
| | | | |||||
| | * | * win/makefile.vc: Backport to the most recent | davygrvy | 2004-10-27 | 1 | -11/+69 |
| | | | | | | | | | | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: | ||||
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -3/+7 |
|/ / | |||||
* | | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 1 | -1/+7 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Mine all version information from headers. Sync tcl and tk and bring | patthoyts | 2007-10-12 | 1 | -2/+152 |
| | | | | | | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. | ||||
* | | Sync with tcl version | patthoyts | 2007-05-04 | 1 | -13/+93 |
| | | |||||
* | | Windows build fixes | Joe Mistachkin | 2007-02-09 | 1 | -3/+3 |
| | | |||||
* | | generic/tkImgBmap.c: Fixed line endings. | patthoyts | 2006-10-19 | 1 | -91/+226 |
| | | | | | | | | | | | | win/makefile.vc: Patched up build system to manage win/rules.vc: AMD64 with MSVC8 win/nmakehlp.c: Ensure operation without Platform SDK. | ||||
* | | sync'd to Tcl. | davygrvy | 2004-02-01 | 1 | -14/+21 |
| | | |||||
* | | prevent static buffer overflow (Doh!) | davygrvy | 2003-12-23 | 1 | -4/+4 |
| | | |||||
* | | fixed static buffer overflow | davygrvy | 2003-12-23 | 1 | -2/+2 |
| | | |||||
* | | sync'd to Tcl. | davygrvy | 2003-12-23 | 1 | -1/+52 |
|/ | |||||
* | * win/.cvsignore (new): | davygrvy | 2002-03-28 | 1 | -0/+297 |
* win/lamp.bmp (new): * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: Brought the makefile up-to-date with Tcl's one. This now has support for Win9x issues and the winhelp target now exists. Color scheme can be changed. I'm just imparting a first suggestion using orange :) I'll have to think about the install portion of the helpfile as I'll need to do some tricks to insert tk's contents file into Tcl's using some special winhlp32.exe switches. [Bug 533862 527941] |