Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -4/+5 |
| | |||||
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
| | | | | version numbers. | ||||
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 1 | -60/+267 |
| | |||||
* | 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: | ||||
* | * 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] |