summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵jan.nijtmans2015-11-131-3/+3
| | | | over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core.
* sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
|
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | version numbers.
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-60/+267
|
* Purge RCS Keywords.dgp2011-06-081-3/+0
|
* Ensure builds with VC6 without Platform SDK and pickup MACHINE from environmentpatthoyts2006-10-181-10/+14
| | | | to make life easier on Windows non-x86 platforms.
* Remove the /RTCc flagpatthoyts2006-10-061-2/+2
|
* * win/makefile.vc: Support MSVC8 and AMD64 target. Also try usingpatthoyts2006-09-261-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)patthoyts2006-06-141-67/+49
|
* * win/makefile.vc: Backport to the most recentdavygrvy2004-10-271-11/+69
| | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c:
* * win/.cvsignore (new):davygrvy2002-03-281-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]