summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 8.5jan.nijtmans2019-06-261-1/+1
|\ \ | |/
| * Missing -DUNICODE in makefile.vcjan.nijtmans2018-10-281-2/+2
| * Missed some version bumps in previous commitjan.nijtmans2018-10-271-1/+1
| * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-2/+2
| * Backport "registry" version 1.3.3, so all active branches now have the same r...jan.nijtmans2018-10-241-5/+5
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-311-5/+2
* | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-011-0/+4
|\ \
| * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-041-0/+1
| * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-041-0/+3
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-281-1/+0
* | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-0/+2
* | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-0/+8
|/ /
* | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-0/+1
* | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-261-1/+1
* | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!jan.nijtmans2018-10-221-1/+1
* | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-071-1/+1
* | Minor editsapnadkarni2017-10-281-1/+1
* | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-261-15/+25
* | Updated comments.apnadkarni2017-10-251-114/+20
* | Fully qualify OUT_DIR and TMP_DIR paths so that the test target canapnadkarni2017-10-211-7/+0
* | Added test and shell targets.apnadkarni2017-10-201-9/+0
* | Update RCFILE to PRJ_RCFILE.apnadkarni2017-10-181-1/+1
* | Permit application makefile to define RCFILE.apnadkarni2017-10-151-0/+3
* | Fix htmlhelp generation on 64-bit systemsapnadkarni2017-10-081-6/+5
* | Move standard predefined targets to targets.vc as this allows the masterapnadkarni2017-10-061-4/+5
* | Added standard target for generating pkgIndex.tcl.apnadkarni2017-10-051-1/+1
* | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS toapnadkarni2017-10-051-0/+3
* | Extract version numbers from TEA files so do not have to be separately defined.apnadkarni2017-10-031-1/+1
* | Remove use of any macros used in rules.vc from rules-ext.vcapnadkarni2017-10-031-0/+2
* | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vcapnadkarni2017-09-301-17/+5
* | Added implicit rule for compiling resources.apnadkarni2017-09-291-8/+1
* | Updated for Tk compatibility.apnadkarni2017-09-291-1/+1
* | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.apnadkarni2017-09-281-70/+47
* | Include rules.vc and nmakehlp.c as part of install. apnadkarni2017-09-261-8/+26
* | Eliminate obsolete winhelp style documentation and fix Html Help doc buildapnadkarni2017-09-251-67/+6
* | Eliminated /base option on linking as not recommended with ASLRapnadkarni2017-09-251-2/+2
* | Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macrosapnadkarni2017-09-251-14/+10
* | Move TCLSH and TCLSH_NATIVE macros to rules.vcapnadkarni2017-09-251-17/+4
* | Added project-specific include paths and preprocessor defines.apnadkarni2017-09-251-39/+35
* | Move clean target to rules.vc to avoid repetition in every extensionapnadkarni2017-09-241-29/+3
* | Move installation dir macros to rules.vcapnadkarni2017-09-241-20/+0
* | Moved generic compiler and linker flags completely into rules.vc soapnadkarni2017-09-241-9/+7
* | More refactoring. Moved defines that are Tcl-specific to makefile.vc asapnadkarni2017-09-231-0/+24
* | First step in complete refactoring.apnadkarni2017-09-221-5/+5
* | First cut at making application-independent compile and link flagsapnadkarni2017-09-201-86/+4
* | Disable pointer<->int warnings related to cast between different sizesapnadkarni2017-09-191-0/+7
* | Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise.apnadkarni2017-09-191-11/+8
* | Do not permit nothreads in OPTS as sockets, registry and dde require threading.apnadkarni2017-09-191-2/+1