Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | windows (mingw build): fix debug recognition (::tcl_platform(debug)), no ↵ | sebres | 2019-09-02 | 1 | -1/+1 |
| | | | | debug if NDEBUG is set | ||||
* | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary ↵ | jan.nijtmans | 2019-03-07 | 1 | -7/+7 |
| | | | | end-of-line spacing | ||||
* | win/nmakehlp.c: removed unneeded dependencies to shlwapi (the same is easily ↵ | sebres | 2018-02-08 | 1 | -14/+15 |
| | | | | implemented by standard win-api) | ||||
* | Updated nmake system to make use of the new nmakehlp -L option for | apnadkarni | 2017-12-13 | 1 | -4/+8 |
| | | | locating dependencies. | ||||
* | Add -L option to nmakehlp to locate directories | apnadkarni | 2017-12-12 | 1 | -1/+100 |
| | |||||
* | In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵ | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
| | | | | vc-reform branch) | ||||
* | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a ↵ | jan.nijtmans | 2017-01-13 | 1 | -8/+16 |
| | | | | new linker code LNK4224. Patch by sebres. | ||||
* | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵ | jan.nijtmans | 2015-11-13 | 1 | -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.nijtmans | 2012-08-17 | 1 | -4/+6 |
| | | | | version numbers. | ||||
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 1 | -60/+267 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
| | | | more harm than good. Purged them. | ||||
* | Ensure builds with VC6 without Platform SDK and Pickup MACHINE from environment | patthoyts | 2006-10-18 | 1 | -10/+14 |
| | | | | to make life easier on Windows non-x86 platforms. | ||||
* | Remove RTCc flag | patthoyts | 2006-10-06 | 1 | -2/+2 |
| | |||||
* | * win/makefile.vc: Updated MSVC build to properly deal with | patthoyts | 2006-09-26 | 1 | -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 offering | patthoyts | 2006-06-14 | 1 | -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: | davygrvy | 2002-03-27 | 1 | -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]. |