| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Permit application makefile to define RCFILE. | apnadkarni | 2017-10-15 | 1 | -0/+3 |
|
|
* | | Fix htmlhelp generation on 64-bit systems | apnadkarni | 2017-10-08 | 1 | -6/+5 |
|
|
* | | Move standard predefined targets to targets.vc as this allows the master | apnadkarni | 2017-10-06 | 1 | -4/+5 |
|
|
* | | Added standard target for generating pkgIndex.tcl. | apnadkarni | 2017-10-05 | 1 | -1/+1 |
|
|
* | | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to | apnadkarni | 2017-10-05 | 1 | -0/+3 |
|
|
* | | Extract version numbers from TEA files so do not have to be separately defined. | apnadkarni | 2017-10-03 | 1 | -1/+1 |
|
|
* | | Remove use of any macros used in rules.vc from rules-ext.vc | apnadkarni | 2017-10-03 | 1 | -0/+2 |
|
|
* | | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vc | apnadkarni | 2017-09-30 | 1 | -17/+5 |
|
|
* | | Added implicit rule for compiling resources. | apnadkarni | 2017-09-29 | 1 | -8/+1 |
|
|
* | | Updated for Tk compatibility. | apnadkarni | 2017-09-29 | 1 | -1/+1 |
|
|
* | | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes. | apnadkarni | 2017-09-28 | 1 | -70/+47 |
|
|
* | | Include rules.vc and nmakehlp.c as part of install. | apnadkarni | 2017-09-26 | 1 | -8/+26 |
|
|
* | | Eliminate obsolete winhelp style documentation and fix Html Help doc build | apnadkarni | 2017-09-25 | 1 | -67/+6 |
|
|
* | | Eliminated /base option on linking as not recommended with ASLR | apnadkarni | 2017-09-25 | 1 | -2/+2 |
|
|
* | | Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macros | apnadkarni | 2017-09-25 | 1 | -14/+10 |
|
|
* | | Move TCLSH and TCLSH_NATIVE macros to rules.vc | apnadkarni | 2017-09-25 | 1 | -17/+4 |
|
|
* | | Added project-specific include paths and preprocessor defines. | apnadkarni | 2017-09-25 | 1 | -39/+35 |
|
|
* | | Move clean target to rules.vc to avoid repetition in every extension | apnadkarni | 2017-09-24 | 1 | -29/+3 |
|
|
* | | Move installation dir macros to rules.vc | apnadkarni | 2017-09-24 | 1 | -20/+0 |
|
|
* | | Moved generic compiler and linker flags completely into rules.vc so | apnadkarni | 2017-09-24 | 1 | -9/+7 |
|
|
* | | More refactoring. Moved defines that are Tcl-specific to makefile.vc as | apnadkarni | 2017-09-23 | 1 | -0/+24 |
|
|
* | | First step in complete refactoring. | apnadkarni | 2017-09-22 | 1 | -5/+5 |
|
|
* | | First cut at making application-independent compile and link flags | apnadkarni | 2017-09-20 | 1 | -86/+4 |
|
|
* | | Disable pointer<->int warnings related to cast between different sizes | apnadkarni | 2017-09-19 | 1 | -0/+7 |
|
|
* | | Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise. | apnadkarni | 2017-09-19 | 1 | -11/+8 |
|
|
* | | Do not permit nothreads in OPTS as sockets, registry and dde require threading. | apnadkarni | 2017-09-19 | 1 | -2/+1 |
|
|
* | | Remove /Gs which enables _chkstk on *every* function call. The normal default | apnadkarni | 2017-09-19 | 1 | -1/+1 |
|
|
* | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on... | jan.nijtmans | 2017-04-20 | 1 | -0/+1 |
|
|
* | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
|
|
* | | Set the default topic, enable full-text search, and put all help output files... | Joe Mistachkin | 2016-08-10 | 1 | -2/+4 |
|
|
* | | Fix the 'htmlhelp' target so that it compiles cleanly and includes all the ap... | Joe Mistachkin | 2016-08-09 | 1 | -7/+7 |
|
|
* | | Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-b... | jan.nijtmans | 2016-05-13 | 1 | -2/+2 |
|
|
* | | On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, d... | jan.nijtmans | 2015-11-26 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 1 | -4/+0 |
|
|
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Removed "ucrt" as configureable option: If building with VC2014, it's the rec... | jan.nijtmans | 2015-08-25 | 1 | -15/+4 |
|\ \
| |/ |
|
| * | Removed "ucrt" as configureable option: If building with VC2014, it's the rec... | jan.nijtmans | 2015-08-25 | 1 | -15/+4 |
|
|
* | | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ... | jan.nijtmans | 2015-08-19 | 1 | -2/+20 |
|\ \
| |/ |
|
| * | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ... | jan.nijtmans | 2015-08-19 | 1 | -2/+20 |
|
|
* | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 1 | -1236/+1236 |
|\ \
| |/ |
|
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 1 | -1137/+1137 |
|
|
* | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout,... | jan.nijtmans | 2015-06-23 | 1 | -2/+2 |
|
|
* | | merge trunk | dkf | 2014-02-03 | 1 | -1/+1 |
|\ \ |
|
| * \ | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
|
|
* | | | merge trunk | dkf | 2014-01-09 | 1 | -2/+10 |
|\ \ \
| |/ / |
|
| * | | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
| |\ \
| | |/ |
|
| | * | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
|
|
| * | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -1/+1 |
| |\ \
| | |/ |
|