summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Expand)AuthorAgeFilesLines
* Let's test if "make install" works, for now without spaces in the pathjan.nijtmans2020-04-121-10/+15
* Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-0/+1
* (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-051-4/+1
* Now that TIP #538 is integrated, make rules.vc work for both 8.6 and 8.7 with...jan.nijtmans2020-01-201-0/+5
* Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used...jan.nijtmans2019-12-041-3/+12
* Enhance rules.vc like already done in other configure scripts: Determine HAVE...jan.nijtmans2019-11-281-1/+12
* Fix generation of VERSIONINFO in RC files when package versions have 4 or moreapnadkarni2019-11-221-2/+15
* Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
|\
* \ Merge 8.6jan.nijtmans2019-09-261-31/+31
|\ \
| * \ Merge 8.5jan.nijtmans2019-09-251-31/+31
| |\ \ | | |/
| | * Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC)jan.nijtmans2019-09-251-13/+13
* | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-191-17/+0
|/ /
* | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef...sebres2019-09-121-28/+26
|\ \ | |/
* | Simplify searching for tcl86.lib (and related files): First search for the on...jan.nijtmans2019-09-061-15/+9
* | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any...jan.nijtmans2019-09-041-3/+3
* | Bug fix 889065786b. Add stubs related flags when compiling extension stubs.apnadkarni2019-08-291-3/+3
* | Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that.jan.nijtmans2019-08-291-5/+5
* | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-1/+12
|\ \ | |/
| * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-2/+10
* | Merge 8.5jan.nijtmans2019-06-261-9/+9
|\ \ | |/
| * Missed some version bumps in previous commitjan.nijtmans2018-10-271-2/+2
| * Backport "registry" version 1.3.3, so all active branches now have the same r...jan.nijtmans2018-10-241-2/+2
* | Fix automatic pkgIndex generation for multiplatform installsapnadkarni2019-03-071-1/+1
* | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-6/+50
* | Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped to...apnadkarni2018-02-021-4/+4
* | 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-131-16/+50
* | Allow standard targets to be selectively disabled.apnadkarni2017-12-111-1/+1
* | 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