summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows Visual C++ buildapnadkarni2022-08-091-0/+1
* Fix [a55872c242]: tcl8.7 on windows: linking against stubs library is now req...jan.nijtmans2022-06-201-0/+1
* More progressjan.nijtmans2022-03-141-2/+2
* Eliminate nmake build warningjan.nijtmans2022-03-101-1/+2
* Merge 8.6jan.nijtmans2022-02-161-0/+1
|\
| * Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext...jan.nijtmans2022-02-151-0/+1
* | Use TCLSH_NATIVE for building the zip-file when cross-compilingjan.nijtmans2022-02-141-1/+1
* | Merge 8.6jan.nijtmans2022-02-091-9/+18
|\ \ | |/
| * More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll...jan.nijtmans2022-02-081-5/+10
* | Merge 8.6jan.nijtmans2022-02-071-6/+6
|\ \ | |/
| * 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
* | TIP #599 implementation: Extended build informationjan.nijtmans2021-11-261-4/+8
|\ \
| * \ Merge 8.7jan.nijtmans2021-06-251-18/+18
| |\ \
| * | | Fix build with -DTCL_NO_DEPRECATED cflagjan.nijtmans2021-02-251-2/+2
| * | | Merge 8.7. Change more functions signatures to return the Tcl full version nu...jan.nijtmans2021-02-241-11/+0
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-02-101-5/+7
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-01-281-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-131-49/+119
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-161-4/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-051-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7. Provide both major and minor version number for gcc/clang/msvcjan.nijtmans2020-07-061-1/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Add compiler information (gcc|clang|msvc) informationjan.nijtmans2020-06-301-2/+2
| * | | | | | | | | Add buildinfo functionality to makefile.vc toojan.nijtmans2020-06-301-0/+11
* | | | | | | | | | Merge 8.6jan.nijtmans2021-11-241-0/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | 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
* | | | | | | | | Don't create a lot of empty directories any more while installingjan.nijtmans2021-06-081-18/+18
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make TIP #430 work on cygwin. Simplify some makefilesjan.nijtmans2021-02-101-11/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | In a static build, don't pack dde/registry in zip-file. In shared build, pack...jan.nijtmans2021-02-101-2/+5
* | | | | | | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth...jan.nijtmans2021-02-081-3/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Add mp_unpack() to the libtommath stub table, so this function is available t...jan.nijtmans2021-01-131-0/+1
* | | | | | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry pkgIndex.tcl....jan.nijtmans2021-01-061-2/+2
| |_|_|_|/ |/| | | |
* | | | | nmake: export zip metadata for Tk and extensionsapnadkarni2020-12-111-12/+5
* | | | | Fix github actions Windows buildjan.nijtmans2020-12-091-2/+4
* | | | | nmake: OPTS=msvcrt is now the default, even for static builds. Use OPTS=nomsv...jan.nijtmans2020-12-091-13/+10
* | | | | nmake: make zipfs mount point consistent with Unix/autoconfapnadkarni2020-12-091-3/+29
* | | | | nmake: subsume staticpkg option within static buildsapnadkarni2020-12-091-25/+17
* | | | | TIP 430: generate and attach library zipapnadkarni2020-12-081-43/+63
* | | | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2020-12-071-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-071-1/+1
* | | | | | nmake: Generate libtcl_VERSION.zip as per TIP 430apnadkarni2020-12-061-12/+23
|/ / / / /
* | | | | Fix suffix on single file exe nameapnadkarni2020-12-051-1/+2
* | | | | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-7/+7
|\ \ \ \ \
| * | | | | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-101-7/+7
| | |_|_|/ | |/| | |
* | | | | Add makefile.vc target sfe for single-file executableapnadkarni2020-12-031-0/+28
* | | | | Merge 8.6jan.nijtmans2020-11-181-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge 8.5jan.nijtmans2020-11-181-2/+2
| |\ \ \
| | * | | Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-181-2/+2