summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Collapse)AuthorAgeFilesLines
* Fix OPTS=utf16 build for Tcl 9.0jan.nijtmans2023-04-301-1/+1
|
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | corrections in history.tcl and tcltest.test.
* Merge 8.6. Bug in rules.vc (visible in Tk: handle TK_MAJOR_VERSION the same ↵jan.nijtmans2022-10-251-1/+1
|\ | | | | | | as TCL_MAJOR_VERSION)
* | Update rules.vc to version 11 (with TIP #628 support)jan.nijtmans2022-10-231-3/+31
|/
* Unnecessary quotes in win/rules.vcjan.nijtmans2022-07-071-1/+1
|
* slightly stricter checking for TCL_MAJOR_VERSION in rules.vcjan.nijtmans2022-06-241-1/+1
|
* Disable C4090 warning; See: ↵jan.nijtmans2022-05-221-2/+2
| | | | [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-propagation-of-const-qualifie/39071]
* Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ↵jan.nijtmans2022-05-151-8/+7
| | | | effect in Tcl 8.6. Not recommended (but working!) in Tcl 8.7 and 9.0
* Fix [639208cc7b]: main makefile.vc OPTS=static compile error in ↵jan.nijtmans2022-03-151-2/+2
| | | | libtommath\bn_mp_set_i64.c: An unary minus operator was assigned to a signless type. The result is still signless.
* See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], ↵jan.nijtmans2022-02-151-4/+4
| | | | but slightly better: If cross-compiling for ARM64, we must be on AMD64, so just use a pre-compile nmakehlp executable
* Fix regression caused by [d109376ad]: Move nmakehlp target down, so it ↵jan.nijtmans2022-02-141-3/+3
| | | | doesn't become the default target.
* more tweaks for windows-arm64jan.nijtmans2022-02-111-3/+3
|
* See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly betterjan.nijtmans2022-02-111-0/+5
|
* another try, rules.vc version 1.10jan.nijtmans2022-02-061-4/+9
|
* See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-0/+9
|
* Add \DUSE_NMAKE=1 to C-flags when nmake is usedjan.nijtmans2021-07-081-1/+1
|
* Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAMEjan.nijtmans2021-06-081-1/+1
|
* Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions ↵jan.nijtmans2021-04-211-2/+14
| | | | for Tcl 9 (see: TIP #595)
* Complete TIP #595 for rules.vcjan.nijtmans2021-04-191-1/+7
|
* Update to latest "rules.vc"jan.nijtmans2021-04-131-2/+9
|
* Backport win/rules.vc from 8.7jan.nijtmans2021-02-101-10/+2
|
* Don't use LTO for any stub libraries: It's asking for trouble when an ↵jan.nijtmans2021-01-201-1/+1
| | | | extension is compiled with different CFLAGS as the stub library.
* Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some ↵jan.nijtmans2021-01-041-3/+3
| | | | extensions (like tkImg)
* Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ↵jan.nijtmans2020-12-221-1/+1
| | | | Paul!
* nmake: fix path in tcl.nmake checkapnadkarni2020-12-121-2/+2
|
* Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION ↵apnadkarni2020-12-111-125/+127
| | | | | | | checks. msvcrt and time64bit OPTS checks were using Tcl versions before definition. Moved Tcl version retrieval to earlier in the build as a fix. Also, < cannot be used with strings, so made the checks numerics.
* nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7apnadkarni2020-12-111-4/+30
|
* sync win/rules.vc with Tcl 8.7. No change for 8.6jan.nijtmans2020-12-101-3/+4
|
* rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-071-3/+3
|
* nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.hapnadkarni2020-12-061-1/+28
|
* Don't use -opt:nowin98 linker option any more. See: ↵jan.nijtmans2020-12-021-12/+0
| | | | [https://bugzilla.mozilla.org/show_bug.cgi?id=130372]
* Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵jan.nijtmans2020-10-151-9/+2
| | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now
* Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
|
* rules.vc: No need to redefine values which are already the default. ↵jan.nijtmans2020-06-121-9/+1
| | | | tclWinPort.h: Fix comment
* Let's test if "make install" works, for now without spaces in the pathjan.nijtmans2020-04-121-10/+15
|
* Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-101-0/+1
| | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places.
* (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 ↵jan.nijtmans2020-01-201-0/+5
| | | | without changes.
* Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but ↵jan.nijtmans2019-12-041-3/+12
| | | | used by Androwish. Also alphabetise some options in win/makefile.vc and win/rules.vc
* Enhance rules.vc like already done in other configure scripts: Determine ↵jan.nijtmans2019-11-281-1/+12
| | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version.
* Fix generation of VERSIONINFO in RC files when package versions have 4 or moreapnadkarni2019-11-221-2/+15
| | | | components or use "a" or "b" as version separators. Previously they would result in the resource compiler generating an error.
* Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵jan.nijtmans2019-10-051-1/+1
|\ | | | | | | core.tcl-lang.org and http -> https
* \ Merge 8.6jan.nijtmans2019-09-261-31/+31
|\ \
| * \ 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
| | |
* | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ↵jan.nijtmans2019-09-191-17/+0
|/ / | | | | | | cat32 on Windows)
* | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵sebres2019-09-121-28/+26
|\ \ | |/ | | | | | | VS-makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available.
* | Simplify searching for tcl86.lib (and related files): First search for the ↵jan.nijtmans2019-09-061-15/+9
| | | | | | | | one without 't' suffix, then the 't' variant. (Without 't' = built with 'configure'/'make', with 't' = built with 'nmake')
* | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch ↵jan.nijtmans2019-09-041-3/+3
| | | | | | | | any more in rules.vc.
* | Bug fix 889065786b. Add stubs related flags when compiling extension stubs.apnadkarni2019-08-291-3/+3
| |