summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2021-04-131-2/+2
|\
| * Merge 9.0jan.nijtmans2021-02-171-16/+7
| |\
| * \ Merge 9.0jan.nijtmans2021-01-151-16/+10
| |\ \
* | | | Final implementation tweaks, fix comments, allow Tcl to load from ↵jan.nijtmans2021-02-241-1/+4
| | | | | | | | | | | | | | | | <prefix>/lib (or <prefix>/bin on win32/cygwin) even when this is not in your PATH.
* | | | Merge 9.0jan.nijtmans2021-02-171-47/+110
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 8.7jan.nijtmans2021-02-101-11/+0
| |\ \ \
| | * | | Make TIP #430 work on cygwin. Simplify some makefilesjan.nijtmans2021-02-101-11/+0
| | | | |
| * | | | Merge 8.7jan.nijtmans2021-02-101-5/+7
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | In a static build, don't pack dde/registry in zip-file. In shared build, ↵jan.nijtmans2021-02-101-2/+5
| | | | | | | | | | | | | | | | pack dde/registry dll's in zip-file. Rename zip-file
| | * | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-081-3/+2
| | | | | | | | | | | | | | | | other external packages)
| * | | Merge 8.7jan.nijtmans2021-01-131-0/+1
| |\ \ \ | | |/ /
| | * | Add mp_unpack() to the libtommath stub table, so this function is available ↵jan.nijtmans2021-01-131-0/+1
| | | | | | | | | | | | | | | | to extensions (and to Tcl itself, but not used yet)
| * | | Merge 8.7jan.nijtmans2021-01-061-2/+2
| |\ \ \ | | |/ /
| | * | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry ↵jan.nijtmans2021-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment. dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11)
| * | | Merge 8.7jan.nijtmans2020-12-111-12/+5
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * nmake: export zip metadata for Tk and extensionsapnadkarni2020-12-111-12/+5
| | |
| | * Fix github actions Windows buildjan.nijtmans2020-12-091-2/+4
| | |
| * | Fix github actions Windows buildjan.nijtmans2020-12-091-2/+4
| | |
| * | Merge 8.7jan.nijtmans2020-12-091-11/+9
| |\ \ | | |/
| | * nmake: OPTS=msvcrt is now the default, even for static builds. Use ↵jan.nijtmans2020-12-091-13/+10
| | | | | | | | | | | | | | | OPTS=nomsvcrt if you don't want that. Add more comments in win/*.vc files, describing what's going on.^C
| * | Merge 8.7 (nmake)apnadkarni2020-12-091-28/+46
| |\ \ | | |/
| | * nmake: make zipfs mount point consistent with Unix/autoconfapnadkarni2020-12-091-3/+29
| | |
| | * nmake: subsume staticpkg option within static buildsapnadkarni2020-12-091-25/+17
| | |
| * | Merge 8.7jan.nijtmans2020-12-081-32/+63
| |\ \ | | |/
| | * TIP 430: generate and attach library zipapnadkarni2020-12-081-43/+63
| | |
| | * Merge 8.7jan.nijtmans2020-12-081-1/+1
| | |\
| | * | nmake: Generate libtcl_VERSION.zip as per TIP 430apnadkarni2020-12-061-12/+23
| | | |
| * | | Merge 8.7jan.nijtmans2020-12-071-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
| | | |
| * | | Merge 8.7apnadkarni2020-12-051-1/+2
| |\ \ \ | | |/ /
| | * | Fix suffix on single file exe nameapnadkarni2020-12-051-1/+2
| | | |
| * | | Merge 8.7jan.nijtmans2020-12-041-7/+35
| |\ \ \ | | |/ /
| | * | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-7/+7
| | |\ \
| | | * | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that ↵jan.nijtmans2020-11-101-7/+7
| | | | | | | | | | | | | | | | | | | | the entry point of the "dde" and "registry" extensions can be guessed correctly
| | * | | Add makefile.vc target sfe for single-file executableapnadkarni2020-12-031-0/+28
| | | | |
| * | | | Merge 8.7jan.nijtmans2020-11-181-2/+2
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | | |
* | | | | Merge trunk. jan.nijtmans2020-10-201-8/+0
|\ \ \ \ \ | |/ / / / | | | | | Implementation simplifications
* | | | | Merge trunkjan.nijtmans2020-10-161-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2020-10-161-4/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2020-10-161-4/+0
| | |\ \ \ | | | |/ /
| | | * | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵jan.nijtmans2020-10-151-4/+0
| | | | | | | | | | | | | | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now
* | | | | Merge 9.0jan.nijtmans2020-08-131-12/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2020-07-031-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.7jan.nijtmans2020-04-101-17/+17
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-03-101-2/+2
| | |\ \ \ \
| | * | | | | Death to DBGXjan.nijtmans2020-02-041-1/+0
| | | | | | |