summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Collapse)AuthorAgeFilesLines
* In a static build, don't pack dde/registry in zip-file. In shared build, ↵jan.nijtmans2021-02-101-10/+2
| | | | pack dde/registry dll's in zip-file. Rename zip-file
* 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
| |
* | Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that.jan.nijtmans2019-08-291-5/+5
| |
* | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-1/+12
|\ \ | |/ | | | | tcl8.6), conflicts resolved, etc
| * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵sebres2019-07-101-2/+10
| | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
* | Merge 8.5jan.nijtmans2019-06-261-9/+9
|\ \ | |/
| * Missed some version bumps in previous commitjan.nijtmans2018-10-271-2/+2
| |
| * Backport "registry" version 1.3.3, so all active branches now have the same ↵jan.nijtmans2018-10-241-2/+2
| | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already)
* | Fix automatic pkgIndex generation for multiplatform installsapnadkarni2019-03-071-1/+1
| |
* | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-6/+50
| | | | | | | | | | | | | | | | | | | | | | The PLATFORM_IDENTIFY macro matches the output of Tcl's platform::identify and is meant to permit extensions to pick a platform-specific directory for binaries. MULTIPLATFORM_INSTALL can be set by extensions to install into a platform specific subdirectory as returned by the platform::identify Tcl command. The default automatic pkgIndex.tcl is modified accordingly. If OPTS=pdbs is set, the default install target will also copy PDBS.
* | Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped ↵apnadkarni2018-02-021-4/+4
| | | | | | | | to 1.2.
* | Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
| | | | | | when building extensions. Bump nmake rules version to 1.1 accordingly.
* | Updated nmake system to make use of the new nmakehlp -L option forapnadkarni2017-12-131-16/+50
| | | | | | locating dependencies.
* | Allow standard targets to be selectively disabled.apnadkarni2017-12-111-1/+1
| | | | | | | | Automatic install for extension stubs and public headers if present. Print installation dir, remove useless partial print of preprocessor defines.
* | Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindexapnadkarni2017-12-051-2/+4
| |
* | Added back nothreads option.apnadkarni2017-11-171-2/+6
| |
* | merge core-8-6-branchjan.nijtmans2017-11-171-1/+10
|\ \
* | | Add PRJ_PACKAGE_TCLNAME and other minor changes.apnadkarni2017-11-171-8/+15
| | | | | | | | | | | | | | | | | | Also: Change ifdef checks to check for empty string instead. Quote include paths.
* | | Loosen restriction on where rules-ext.vc file is located.apnadkarni2017-11-151-8/+27
| | |
* | | Include PKGNAMEFLAGS in stubscflags as some extension stubs use itapnadkarni2017-11-151-1/+1
| | |
* | | Added default-install-stubs target.apnadkarni2017-11-151-0/+5
| | | | | | | | | | | | | | | Make presence of nmake support files in extension directory optional (except for rules-ext.vc). This requires them to only build against a Tcl with the new nmake build system.
* | | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-071-9/+12
| | |