summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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