summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
Commit message (Collapse)AuthorAgeFilesLines
* Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a ↵jan.nijtmans2017-01-131-8/+16
| | | | new linker code LNK4224. Patch by sebres.
* Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵jan.nijtmans2015-11-131-7/+8
| | | | 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.
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | version numbers.
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-60/+267
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-3/+0
| | | more harm than good. Purged them.
* 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 RTCc flagpatthoyts2006-10-061-2/+2
|
* * win/makefile.vc: Updated MSVC build to properly deal withpatthoyts2006-09-261-99/+248
| | | | | | | | * win/nmakehlp.c: MSVC8 and AMD64 target. Backport from 8.5 * win/rules.vc: * generic/tcl.h: Fixed stat definition for MSVC8 AMD64. * win/tclWinSock.c: Casting type police. * win/tclWinTime.c:
* Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-141-7/+47
| | | | | | (VS2005). We have to handle a number of oddities as they have deprecated most of the standard C library and now generate manifest files to be linked into the binaries. SF bug #1424909
* * win/.cvsignore:davygrvy2002-03-271-0/+297
* win/buildall.vc.bat: * win/coffbase.txt: * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: First draft fix for [Bug 527941]. More changes need to done to the makehelp target to get to stop leaving build files in the tools/ directory. This does not address the syntax errors in the man files. Having the contents of tcl.hpj(.in) inside makefile.vc allows for version numbers to be replaced with macros. The new nmakehlp.c is built by rules.vc in preprocessing and removes the need to use tricky shell syntax that wasn't compatible on Win9x systems. This is a first draft repair for [Bug 533862].