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. FossilOrigin-Name: caf013a6624cd499e22625f17384932eaddc8c8d
* sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
| | | FossilOrigin-Name: d6caa983f1238bf22d6ae71ea0437f7dac3be7d7
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | version numbers. FossilOrigin-Name: ccc54f7fb2c50d2d2cc53620ad38f7b0d464d4a2
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-60/+267
| | | FossilOrigin-Name: fa4d08cfa2745e6cea39ccb331fb551408b0f745
* Purge RCS Keywords.dgp2011-06-081-3/+0
| | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* 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. FossilOrigin-Name: 854a284193d1143b75ac1ba436e87c0dbe38f1c3
* Remove the /RTCc flagpatthoyts2006-10-061-2/+2
| | | FossilOrigin-Name: 2bf08304affa039580c935abeebd355fe3012822
* * 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. FossilOrigin-Name: 324eb3cceffd0086ad8fbc6c0e8251a58ae80605
* Sync with tcl to enable building with VC8 (VS2005 C compiler)patthoyts2006-06-141-67/+49
| | | FossilOrigin-Name: ee6f1e5a8f27a3931c10695d05278ced25c7fedc
* * win/makefile.vc: Backport to the most recentdavygrvy2004-10-271-11/+69
| | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: FossilOrigin-Name: e79198cc2fb38268ca4dc33eeadec7a86762cb9c
* * 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] FossilOrigin-Name: 8bb6331b52c3c5354d532404f7dc125089c6b701