summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Was not setting VERSION for extensions.apnadkarni2017-10-071-0/+1
| | * | Move standard predefined targets to targets.vc as this allows the masterapnadkarni2017-10-064-23/+32
| | * | Added standard target for generating pkgIndex.tcl.apnadkarni2017-10-053-7/+21
| | * | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS toapnadkarni2017-10-052-3/+24
| | * | Add default-* targetsapnadkarni2017-10-041-11/+54
| | * | Extract version numbers from TEA files so do not have to be separately defined.apnadkarni2017-10-032-26/+77
| | * | Have nmakehlp return non-0 exit code if version string not located with -V op...apnadkarni2017-10-031-2/+8
| | * | Remove use of any macros used in rules.vc from rules-ext.vcapnadkarni2017-10-033-18/+35
| | * | Introduce rules-ext.vc file for extensions to select most recent rules.vcapnadkarni2017-10-022-4/+86
| | * | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vcapnadkarni2017-09-302-22/+16
| | * | Added MAKEEXTCMD macro.apnadkarni2017-09-301-4/+10
| | * | Added standard macros LIBDIR and DEMODIR. Also set common Tk related names an...apnadkarni2017-09-301-19/+36
| | * | Permit definition of implicit rules and standard targets to be disabledapnadkarni2017-09-291-15/+22
| | * | Added implicit rule for compiling resources.apnadkarni2017-09-292-13/+21
| | * | Updated for Tk compatibility.apnadkarni2017-09-292-44/+49
| | * | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.apnadkarni2017-09-282-83/+133
| | * | Include rules.vc and nmakehlp.c as part of install. apnadkarni2017-09-262-16/+82
| | * | Eliminate obsolete winhelp style documentation and fix Html Help doc buildapnadkarni2017-09-252-67/+17
| | * | Eliminated /base option on linking as not recommended with ASLRapnadkarni2017-09-252-9/+5
| | * | Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macrosapnadkarni2017-09-252-15/+14
| | * | Move TCLSH and TCLSH_NATIVE macros to rules.vcapnadkarni2017-09-252-18/+20
| | * | Added project-specific include paths and preprocessor defines.apnadkarni2017-09-252-44/+72
| | * | Move clean target to rules.vc to avoid repetition in every extensionapnadkarni2017-09-242-30/+40
| | * | Move installation dir macros to rules.vcapnadkarni2017-09-242-29/+54
| | * | Moved generic compiler and linker flags completely into rules.vc soapnadkarni2017-09-242-160/+197
| | * | More refactoring. Moved defines that are Tcl-specific to makefile.vc asapnadkarni2017-09-232-144/+188
| | * | First step in complete refactoring.apnadkarni2017-09-222-136/+295
| | * | First cut at making application-independent compile and link flagsapnadkarni2017-09-202-88/+114
| | * | Disable pointer<->int warnings related to cast between different sizesapnadkarni2017-09-191-0/+7
| | * | Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise.apnadkarni2017-09-192-35/+9
| | * | Do not permit nothreads in OPTS as sockets, registry and dde require threading.apnadkarni2017-09-192-4/+23
| | * | Fix mapping of VCVERSION to VCVER. The simplistic calculation no longerapnadkarni2017-09-191-0/+7
| | * | Remove /Gs which enables _chkstk on *every* function call. The normal defaultapnadkarni2017-09-192-16/+22
* | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-076-328/+24
|\ \ \ \
| * \ \ \ merge core-8-branchjan.nijtmans2017-11-301-1/+1
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Remove more pre-XP stuff.jan.nijtmans2017-11-233-264/+6
| * | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-234-70/+24
| |\ \ \ \
| | * | | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-214-70/+24
| | |/ / /
* | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
|/ / / /
* | | | merge core-8-6-branchjan.nijtmans2017-11-171-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.nijtmans2017-11-171-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.nijtmans2017-11-171-1/+1
* | | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-152-6/+0
* | | | Fix version number of Windows Help file (not sure if it's actually used, but ...jan.nijtmans2017-11-061-2/+2
* | | | merge core-8-6-branchjan.nijtmans2017-11-031-3/+7
|\ \ \ \ | |/ / /
| * | | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus...jan.nijtmans2017-11-031-3/+7
* | | | Eliminate variable which is only used once. And a minor end-of-line space red...jan.nijtmans2017-10-122-4/+2
* | | | merge core-8-6-branchjan.nijtmans2017-10-091-2/+8
|\ \ \ \ | |/ / /
| * | | In nmakehlp -v, return non-0 exit code if version is not found. (taken from v...jan.nijtmans2017-10-091-2/+8
| |\ \ \ | | |/ /
| | * | In nmakehlp -v, return non-0 exit code if version is not found. (taken from v...jan.nijtmans2017-10-091-2/+8