summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
Commit message (Collapse)AuthorAgeFilesLines
* Support compilation with MSVC9 on AMD64patthoyts2007-12-141-1/+7
|
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-121-2/+152
| | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile.
* Sync with tcl versionpatthoyts2007-05-041-13/+93
|
* Windows build fixesJoe Mistachkin2007-02-091-3/+3
|
* generic/tkImgBmap.c: Fixed line endings.patthoyts2006-10-191-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.davygrvy2004-02-011-14/+21
|
* prevent static buffer overflow (Doh!)davygrvy2003-12-231-4/+4
|
* fixed static buffer overflowdavygrvy2003-12-231-2/+2
|
* sync'd to Tcl.davygrvy2003-12-231-1/+52
|
* * 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]