summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. TCL_PACKAGE_PATH is not used on Windowsjan.nijtmans2024-03-041-1/+0
* Correction in documentation embedded in rules.vcjan.nijtmans2024-01-061-8/+8
* There's no need to give tcltest.exe it's own maniifest. Give tcltest.exe a ve...jan.nijtmans2024-01-041-9/+3
* Make _VC_MANIFEST_EMBED_EXE function work for tclsh.exe/tcltest.exejan.nijtmans2024-01-041-0/+2
* Add generation of tcltest.res for tcltest.exe, which should function the same...jan.nijtmans2024-01-041-1/+9
* No longer support "OPTS=utf16" in makefile.vc/rules.vcjan.nijtmans2023-09-121-2/+1
* Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - ha...jan.nijtmans2023-08-031-4/+2
* deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-021-1/+0
* Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows)jan.nijtmans2023-08-011-0/+1
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-231-0/+3
* Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-151-2/+2
* Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext...jan.nijtmans2022-02-151-0/+1
* More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll...jan.nijtmans2022-02-081-5/+10
* Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling f...jan.nijtmans2022-02-071-2/+2
* Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). Wi...jan.nijtmans2021-12-081-9/+31
* Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not...jan.nijtmans2021-11-241-0/+7
* Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers...jan.nijtmans2021-04-081-1/+1
* rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-071-1/+1
* Merge 8.5jan.nijtmans2020-11-181-2/+2
|\
| * Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-181-2/+2
* | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become obsolete...jan.nijtmans2020-10-151-4/+0
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use...jan.nijtmans2020-04-101-15/+15
* | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-2/+2
|\ \ | |/
| * Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-4/+4
* | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used...jan.nijtmans2019-12-041-17/+20
* | Enhance rules.vc like already done in other configure scripts: Determine HAVE...jan.nijtmans2019-11-281-1/+1
* | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-281-2/+7
|\ \ | |/
* | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-151-1/+0
* | Don't install tommath_class.h and tommath_superclass.h on Windows any more by...jan.nijtmans2019-11-131-2/+0
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-301-1/+0
* | Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-231-0/+1
* | Update to latest libtommath, version 1.2.0jan.nijtmans2019-10-221-19/+15
|\ \
| * \ Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-52/+43
| |\ \
| * \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+65
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2019-06-301-1/+1
| |\ \ \ \
| * | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapte...jan.nijtmans2019-06-141-13/+10
* | | | | | Bump to dde 1.4.2 and registry 1.3.4dgp2019-10-211-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-211-4/+4
* | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-2/+2
|\ \ \ \ \
* \ \ \ \ \ Merge 8.6jan.nijtmans2019-09-261-22/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.5jan.nijtmans2019-09-251-22/+22
| |\ \ \ \ \ | | |/ / / /
| | * | | | Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-201-28/+28
* | | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-191-12/+4
|/ / / / /
* | | | | Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+1
* | | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef...sebres2019-09-121-14/+14
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_...sebres2019-09-121-30/+30
* | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-0/+64
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-1/+3