summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-011-3/+3
|\
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* | Merge 8.7jan.nijtmans2020-06-151-9/+1
|\ \ | |/
| * rules.vc: No need to redefine values which are already the default. tclWinPor...jan.nijtmans2020-06-121-9/+1
* | Merge 8.7jan.nijtmans2020-04-131-9/+14
|\ \ | |/
| * Let's test if "make install" works, for now without spaces in the pathjan.nijtmans2020-04-121-10/+15
* | Merge 8.7jan.nijtmans2020-04-101-0/+1
|\ \ | |/
| * 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
* | Adapt rules.vc toojan.nijtmans2020-02-041-1/+1
* | It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-041-4/+1
* | Implementation of TIP #542: Support for switchable Full Unicode supportjan.nijtmans2020-01-201-5/+5
|\ \
| * \ Merge 8.7jan.nijtmans2019-12-131-0/+5
| |\ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2019-12-081-2/+29
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-12-011-1/+12
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-261-2/+15
| |\ \ \ \
| * | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share...jan.nijtmans2019-11-181-3/+3
| * | | | | Merge 8.7jan.nijtmans2019-10-281-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-10-021-17/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-251-65/+66
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-011-0/+9
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Merge 8.7jan.nijtmans2019-11-281-1/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.hjan.nijtmans2019-11-271-0/+9
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge 8.7, and update to latest libtommath (support/1.x branch)jan.nijtmans2019-11-221-2/+15
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o...jan.nijtmans2019-11-181-4/+24
| * | | | | | | | | Merge 8.7. Finish implementation.jan.nijtmans2019-11-121-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge 8.6jan.nijtmans2019-12-041-5/+32
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used...jan.nijtmans2019-12-041-3/+12
* | | | | | | | Merge 8.6jan.nijtmans2019-11-281-1/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Enhance rules.vc like already done in other configure scripts: Determine HAVE...jan.nijtmans2019-11-281-1/+12
* | | | | | | Merged rc file VERSIONINFO fixesapnadkarni2019-11-221-2/+15
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Fix generation of VERSIONINFO in RC files when package versions have 4 or moreapnadkarni2019-11-221-2/+15
* | | | | | Merge 8.6jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | 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-291-17/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge 8.6jan.nijtmans2019-09-261-31/+31
| |\ \ \ \
| * | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-191-17/+0
* | | | | | Merge 8.6jan.nijtmans2019-09-251-32/+32
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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
* | | | | merge 8.6sebres2019-09-121-28/+26
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge 8.6jan.nijtmans2019-09-041-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch any...jan.nijtmans2019-09-041-3/+3
* | | | | Merge core-8-6-branch. nmake bug fix [889065786b] for extension stubs.apnadkarni2019-08-291-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Bug fix 889065786b. Add stubs related flags when compiling extension stubs.apnadkarni2019-08-291-3/+3
* | | | | Fix one version-check in rules.vc (Thanks to Ashok P. Nadkarni for noticing t...jan.nijtmans2019-08-291-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |