summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-3/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |\
| | * 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:
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-3/+7
|/ /
* | 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]