summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* win/nmakehlp.c: removed unneeded dependencies to shlwapi (the same is easily ...sebres2018-02-081-14/+15
* Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped to...apnadkarni2018-02-021-4/+4
* Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-17/+16
* Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-13/+44
* Safer to compare TCLDIR against "" rather than ifdef as recursive nmakesapnadkarni2017-12-261-1/+1
* merge releasejan.nijtmans2017-12-232-2/+3
|\
| * merge 8.6dgp2017-12-145-820/+1844
| |\
| * | Start RC branch for Tcl 8.6.8dgp2017-12-062-2/+3
* | | Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
| |/ |/|
* | Updated nmake system to make use of the new nmakehlp -L option forapnadkarni2017-12-133-25/+72
* | Add -L option to nmakehlp to locate directoriesapnadkarni2017-12-121-1/+100
* | Allow standard targets to be selectively disabled.apnadkarni2017-12-112-2/+48
* | Undo latest change to tcl.rc, since the autoconf-based windows build doesn't ...jan.nijtmans2017-12-091-1/+19
* | Merge TIP 477 implementationapnadkarni2017-12-085-837/+1651
|\ \ | |/ |/|
| * Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindexapnadkarni2017-12-051-2/+4
| * Added back nothreads option.apnadkarni2017-11-171-2/+6
| * Fix ignore-glob versioned setting (something went wrong in previous merge). A...jan.nijtmans2017-11-172-160/+160
| * merge core-8-6-branchjan.nijtmans2017-11-179-19/+56
| |\
| * | Check for existence of targets.vc, not rules.vc to determine nmake support dir.apnadkarni2017-11-171-5/+6
| * | Add PRJ_PACKAGE_TCLNAME and other minor changes.apnadkarni2017-11-171-8/+15
| * | Loosen restriction on where rules-ext.vc file is located.apnadkarni2017-11-152-12/+45
| * | Include PKGNAMEFLAGS in stubscflags as some extension stubs use itapnadkarni2017-11-151-1/+1
| * | Added default-install-stubs target.apnadkarni2017-11-152-10/+19
| * | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-072-10/+13
| * | Minor editsapnadkarni2017-10-282-5/+2
| * | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-264-50/+110
| * | Updated comments.apnadkarni2017-10-251-114/+20
| * | Eliminate loimpact and tclalloc options.apnadkarni2017-10-231-13/+2
| * | Fully qualify OUT_DIR and TMP_DIR paths so that the test target canapnadkarni2017-10-212-9/+22
| * | Added test and shell targets.apnadkarni2017-10-203-13/+52
| * | Update RCFILE to PRJ_RCFILE.apnadkarni2017-10-181-1/+1
| * | Fix resource file compilation when makefile specifies PRJ_RCFILEapnadkarni2017-10-181-13/+51
| * | Add PRJ_MANIFEST to support manifest generation.apnadkarni2017-10-171-0/+7
| * | Fixed reversed check for implicit rulesapnadkarni2017-10-161-4/+4
| * | Permit application makefile to define RCFILE.apnadkarni2017-10-153-21/+38
| * | Fix RC template dependency to not generate it every timeapnadkarni2017-10-081-1/+3
| * | Fix htmlhelp generation on 64-bit systemsapnadkarni2017-10-082-18/+5
| * | Add default rc template so extensions do not have to write their ownapnadkarni2017-10-082-23/+43
| * | 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