summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
Commit message (Collapse)AuthorAgeFilesLines
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-3/+7
| | | FossilOrigin-Name: 782ccc1d4281d79d7cd4e7db9add4b5aceba18fe
* Support compilation with MSVC9 on AMD64patthoyts2007-12-141-1/+7
| | | FossilOrigin-Name: f7dd6e6f850e97703e2683b37d216bb7a7fb0328
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* 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. FossilOrigin-Name: 33f8d8e252696bad9bb3b5feb527b7234a718ebd
* Sync with tcl versionpatthoyts2007-05-041-13/+93
| | | FossilOrigin-Name: 68040a7bbaa0f5bee929e08a48402fe6e372e47b
* Windows build fixesmistachkin2007-02-091-3/+3
| | | FossilOrigin-Name: c0b47a32cb4a5ffe8f23ab09ea0aae65a81130da
* 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. FossilOrigin-Name: baa01e99942369cdd9063e7542074d19a3bf73af
* sync'd to Tcl.davygrvy2004-02-011-14/+21
| | | FossilOrigin-Name: 9ac27139b5355475146bf40b09c2349fac389158
* prevent static buffer overflow (Doh!)davygrvy2003-12-231-4/+4
| | | FossilOrigin-Name: a4ae45744cbd88c1ccb193791995d033216d0bdd
* fixed static buffer overflowdavygrvy2003-12-231-2/+2
| | | FossilOrigin-Name: cbce1d740396dddb90541e5ee6af97925c5387c5
* sync'd to Tcl.davygrvy2003-12-231-1/+52
| | | FossilOrigin-Name: a9e4d8c1be92f32387515b208be94fc4ffd96392
* * 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