summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Expand)AuthorAgeFilesLines
* More removals of TCL_THREADS usage (configure scripts/win makefiles)jan.nijtmans2018-05-221-9/+9
* merge 8.7dgp2018-03-151-4/+4
|\
| * Fix INCLUDE_INSTALL_DIR def when building against Tcl source. Bump rules.vc t...apnadkarni2018-02-021-4/+4
| |\
| | * Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped to...apnadkarni2018-02-021-4/+4
* | | merge core-8-branchjan.nijtmans2017-12-231-5/+34
|\ \ \ | |/ /
| * | Merge nmake rules 1.1apnadkarni2017-12-231-5/+34
| |\ \ | | |/
| | * Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
* | | merge core-8-branchjan.nijtmans2017-12-211-25/+13
|\ \ \ | |/ /
| * | Remove use of compiler option "opt:nowin98". Don't use "t" as suffix any more...jan.nijtmans2017-12-211-26/+14
| |/
* | fix commentjan.nijtmans2017-12-141-2/+2
* | merge core-8-branch. Fully tested now, works fine.jan.nijtmans2017-12-141-21/+66
|\ \ | |/
| * Updated nmake system to make use of the new nmakehlp -L option forapnadkarni2017-12-131-16/+50
| * Allow standard targets to be selectively disabled.apnadkarni2017-12-111-1/+1
* | Initial implementation of TIP #491. Not tested yet.jan.nijtmans2017-12-111-39/+4
|/
* 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
* merge core-8-6-branchjan.nijtmans2017-11-171-1/+10
|\
* | 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-151-8/+27
* | Include PKGNAMEFLAGS in stubscflags as some extension stubs use itapnadkarni2017-11-151-1/+1
* | Added default-install-stubs target.apnadkarni2017-11-151-0/+5
* | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-071-9/+12
* | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-261-30/+66
* | 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-211-2/+22
* | Added test and shell targets.apnadkarni2017-10-201-3/+33
* | Fix resource file compilation when makefile specifies PRJ_RCFILEapnadkarni2017-10-181-13/+51
* | Fixed reversed check for implicit rulesapnadkarni2017-10-161-4/+4
* | Permit application makefile to define RCFILE.apnadkarni2017-10-151-20/+34
* | Fix RC template dependency to not generate it every timeapnadkarni2017-10-081-1/+3
* | Fix htmlhelp generation on 64-bit systemsapnadkarni2017-10-081-12/+0
* | Add default rc template so extensions do not have to write their ownapnadkarni2017-10-081-4/+42
* | Was not setting VERSION for extensions.apnadkarni2017-10-071-0/+1
* | Move standard predefined targets to targets.vc as this allows the masterapnadkarni2017-10-061-19/+4
* | Added standard target for generating pkgIndex.tcl.apnadkarni2017-10-051-6/+13
* | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS toapnadkarni2017-10-051-3/+21
* | Add default-* targetsapnadkarni2017-10-041-11/+54
* | Extract version numbers from TEA files so do not have to be separately defined.apnadkarni2017-10-031-25/+76
* | Remove use of any macros used in rules.vc from rules-ext.vcapnadkarni2017-10-031-1/+14
* | Introduce rules-ext.vc file for extensions to select most recent rules.vcapnadkarni2017-10-021-4/+12
* | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vcapnadkarni2017-09-301-5/+11
* | 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-291-5/+20
* | Updated for Tk compatibility.apnadkarni2017-09-291-43/+48
* | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.apnadkarni2017-09-281-13/+86
* | Include rules.vc and nmakehlp.c as part of install. apnadkarni2017-09-261-8/+56
* | Eliminate obsolete winhelp style documentation and fix Html Help doc buildapnadkarni2017-09-251-0/+11
* | Eliminated /base option on linking as not recommended with ASLRapnadkarni2017-09-251-7/+3