summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2018-09-281-0/+6
|\
| * nmake build fixes for zipfs (ongoing, zip attachments not done yet)jan.nijtmans2018-09-281-0/+6
* | Merge 8.7jan.nijtmans2018-08-021-1/+1
|\ \ | |/
| * Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | merge 8.7jan.nijtmans2018-05-221-3/+0
|\ \ | |/
| * More removals of TCL_THREADS usage (configure scripts/win makefiles)jan.nijtmans2018-05-221-3/+0
* | Merge 8.7jan.nijtmans2018-05-111-1/+5
|\ \ | |/
| *-. TIP #425 implementation: Correct use of UTF-8 in Panic Callback (Windows only)jan.nijtmans2018-05-111-1/+5
| |\ \
| | * \ merge 8.7jan.nijtmans2018-03-151-951/+949
| | |\ \
| | * | | Oops, couldn't build tclWinPanic.o. Fixed now.jan.nijtmans2017-12-151-1/+1
| | * | | merge core-8-branch. Fully functioning now, including with the new vc-reform ...jan.nijtmans2017-12-151-1261/+951
| | |\ \ \
| | * \ \ \ merge trunkjan.nijtmans2017-10-231-0/+5
| | |\ \ \ \
| | * \ \ \ \ Rebase to trunkjan.nijtmans2017-09-081-1/+5
| | |\ \ \ \ \
| | | * \ \ \ \ merge trunkjan.nijtmans2017-05-041-19/+26
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge trunkjan.nijtmans2015-07-021-1227/+1240
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ rebase TIP [http://tip.tcl.tk/425|425] implementationjan.nijtmans2013-11-081-1/+5
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ rebasejan.nijtmans2013-06-261-1/+5
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ rebasejan.nijtmans2013-06-181-1/+5
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ rebasejan.nijtmans2013-06-141-1/+5
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ rebasejan.nijtmans2013-06-071-1/+5
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | fix directory where tclWinPanic.c residesjan.nijtmans2013-05-171-1/+1
| | | | | | | | * | | | | | | Better Windows console panic proc, still to be TIPped.jan.nijtmans2013-03-301-1/+5
* | | | | | | | | | | | | | | merge 8.7jan.nijtmans2018-05-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fixed makefile.vc: install will create missing dir "tcl8/8.7" for msgcatfbonnet2018-05-101-0/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Bring back makefile.vc to CRLF line-endings, as all other *.vc filesjan.nijtmans2018-03-151-945/+945
| * | | | | | | | | | | | | msgcat 1.7.0 features need foundation of Tcl 8.7.dgp2018-03-121-1/+1
* | | | | | | | | | | | | | merge 8.7dgp2018-03-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Implement TIP 462: Add New [::tcl::process] Ensemble for Subprocess Managementdgp2018-03-121-0/+1
* | | | | | | | | | | | | | merge core-8-branchjan.nijtmans2018-02-061-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Remove handling of http 1.0 package files from Makefiles.dgp2017-12-291-3/+0
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | TIP477 merge: reformed nmake build systemapnadkarni2017-12-081-461/+149
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | TIP477 merge: nmake build reformapnadkarni2017-12-081-1257/+947
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-071-1/+1
| | * | | | | | | | | | Minor editsapnadkarni2017-10-281-1/+1
| | * | | | | | | | | | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-261-15/+25
| | * | | | | | | | | | Updated comments.apnadkarni2017-10-251-114/+20
| | * | | | | | | | | | Fully qualify OUT_DIR and TMP_DIR paths so that the test target canapnadkarni2017-10-211-7/+0
| | * | | | | | | | | | Added test and shell targets.apnadkarni2017-10-201-9/+0
| | * | | | | | | | | | Update RCFILE to PRJ_RCFILE.apnadkarni2017-10-181-1/+1
| | * | | | | | | | | | Permit application makefile to define RCFILE.apnadkarni2017-10-151-0/+3
| | * | | | | | | | | | Fix htmlhelp generation on 64-bit systemsapnadkarni2017-10-081-6/+5
| | * | | | | | | | | | Move standard predefined targets to targets.vc as this allows the masterapnadkarni2017-10-061-4/+5
| | * | | | | | | | | | Added standard target for generating pkgIndex.tcl.apnadkarni2017-10-051-1/+1
| | * | | | | | | | | | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS toapnadkarni2017-10-051-0/+3
| | * | | | | | | | | | Extract version numbers from TEA files so do not have to be separately defined.apnadkarni2017-10-031-1/+1
| | * | | | | | | | | | Remove use of any macros used in rules.vc from rules-ext.vcapnadkarni2017-10-031-0/+2
| | * | | | | | | | | | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vcapnadkarni2017-09-301-17/+5
| | * | | | | | | | | | Added implicit rule for compiling resources.apnadkarni2017-09-291-8/+1
| | * | | | | | | | | | Updated for Tk compatibility.apnadkarni2017-09-291-1/+1
| | * | | | | | | | | | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.apnadkarni2017-09-281-70/+47