| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm... | apnadkarni | 2017-10-26 | 1 | -30/+66 |
|
|
* | | | Eliminate loimpact and tclalloc options. | apnadkarni | 2017-10-23 | 1 | -13/+2 |
|
|
* | | | Fully qualify OUT_DIR and TMP_DIR paths so that the test target can | apnadkarni | 2017-10-21 | 1 | -2/+22 |
|
|
* | | | Added test and shell targets. | apnadkarni | 2017-10-20 | 1 | -3/+33 |
|
|
* | | | Fix resource file compilation when makefile specifies PRJ_RCFILE | apnadkarni | 2017-10-18 | 1 | -13/+51 |
|
|
* | | | Fixed reversed check for implicit rules | apnadkarni | 2017-10-16 | 1 | -4/+4 |
|
|
* | | | Permit application makefile to define RCFILE. | apnadkarni | 2017-10-15 | 1 | -20/+34 |
|
|
* | | | Fix RC template dependency to not generate it every time | apnadkarni | 2017-10-08 | 1 | -1/+3 |
|
|
* | | | Fix htmlhelp generation on 64-bit systems | apnadkarni | 2017-10-08 | 1 | -12/+0 |
|
|
* | | | Add default rc template so extensions do not have to write their own | apnadkarni | 2017-10-08 | 1 | -4/+42 |
|
|
* | | | Was not setting VERSION for extensions. | apnadkarni | 2017-10-07 | 1 | -0/+1 |
|
|
* | | | Move standard predefined targets to targets.vc as this allows the master | apnadkarni | 2017-10-06 | 1 | -19/+4 |
|
|
* | | | Added standard target for generating pkgIndex.tcl. | apnadkarni | 2017-10-05 | 1 | -6/+13 |
|
|
* | | | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to | apnadkarni | 2017-10-05 | 1 | -3/+21 |
|
|
* | | | Add default-* targets | apnadkarni | 2017-10-04 | 1 | -11/+54 |
|
|
* | | | Extract version numbers from TEA files so do not have to be separately defined. | apnadkarni | 2017-10-03 | 1 | -25/+76 |
|
|
* | | | Remove use of any macros used in rules.vc from rules-ext.vc | apnadkarni | 2017-10-03 | 1 | -1/+14 |
|
|
* | | | Introduce rules-ext.vc file for extensions to select most recent rules.vc | apnadkarni | 2017-10-02 | 1 | -4/+12 |
|
|
* | | | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vc | apnadkarni | 2017-09-30 | 1 | -5/+11 |
|
|
* | | | Added MAKEEXTCMD macro. | apnadkarni | 2017-09-30 | 1 | -4/+10 |
|
|
* | | | Added standard macros LIBDIR and DEMODIR. Also set common Tk related names an... | apnadkarni | 2017-09-30 | 1 | -19/+36 |
|
|
* | | | Permit definition of implicit rules and standard targets to be disabled | apnadkarni | 2017-09-29 | 1 | -15/+22 |
|
|
* | | | Added implicit rule for compiling resources. | apnadkarni | 2017-09-29 | 1 | -5/+20 |
|
|
* | | | Updated for Tk compatibility. | apnadkarni | 2017-09-29 | 1 | -43/+48 |
|
|
* | | | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes. | apnadkarni | 2017-09-28 | 1 | -13/+86 |
|
|
* | | | Include rules.vc and nmakehlp.c as part of install. | apnadkarni | 2017-09-26 | 1 | -8/+56 |
|
|
* | | | Eliminate obsolete winhelp style documentation and fix Html Help doc build | apnadkarni | 2017-09-25 | 1 | -0/+11 |
|
|
* | | | Eliminated /base option on linking as not recommended with ASLR | apnadkarni | 2017-09-25 | 1 | -7/+3 |
|
|
* | | | Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macros | apnadkarni | 2017-09-25 | 1 | -1/+4 |
|
|
* | | | Move TCLSH and TCLSH_NATIVE macros to rules.vc | apnadkarni | 2017-09-25 | 1 | -1/+16 |
|
|
* | | | Added project-specific include paths and preprocessor defines. | apnadkarni | 2017-09-25 | 1 | -5/+37 |
|
|
* | | | Move clean target to rules.vc to avoid repetition in every extension | apnadkarni | 2017-09-24 | 1 | -1/+37 |
|
|
* | | | Move installation dir macros to rules.vc | apnadkarni | 2017-09-24 | 1 | -9/+54 |
|
|
* | | | Moved generic compiler and linker flags completely into rules.vc so | apnadkarni | 2017-09-24 | 1 | -151/+190 |
|
|
* | | | More refactoring. Moved defines that are Tcl-specific to makefile.vc as | apnadkarni | 2017-09-23 | 1 | -144/+164 |
|
|
* | | | First step in complete refactoring. | apnadkarni | 2017-09-22 | 1 | -131/+290 |
|
|
* | | | First cut at making application-independent compile and link flags | apnadkarni | 2017-09-20 | 1 | -2/+110 |
|
|
* | | | Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise. | apnadkarni | 2017-09-19 | 1 | -24/+1 |
|
|
* | | | Do not permit nothreads in OPTS as sockets, registry and dde require threading. | apnadkarni | 2017-09-19 | 1 | -2/+22 |
|
|
* | | | Fix mapping of VCVERSION to VCVER. The simplistic calculation no longer | apnadkarni | 2017-09-19 | 1 | -0/+7 |
|
|
* | | | Remove /Gs which enables _chkstk on *every* function call. The normal default | apnadkarni | 2017-09-19 | 1 | -15/+21 |
|/ / |
|
* | | missing rules.vc after merge | sebres | 2017-01-13 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker ... | sebres | 2017-01-12 | 1 | -1/+1 |
|
|
| * | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK... | sebres | 2017-01-12 | 1 | -5/+10 |
|
|
* | | merge core-8-6-branch. Undo changes to coffbase.txt (they cause overlap with Tk) | jan.nijtmans | 2016-09-21 | 1 | -1/+1 |
|\ \ |
|
| * \ | Make it more likely that compiles with VS2012/VS2013 actually work on Windows... | jan.nijtmans | 2016-09-21 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Make it more likely that compiled with VS2012/VS2013 actually work on Windows... | jan.nijtmans | 2016-09-21 | 1 | -1/+1 |
|
|
* | | | Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SD... | Joe Mistachkin | 2016-09-19 | 1 | -1/+6 |
|/ / |
|
* | | Removed "ucrt" as configureable option: If building with VC2014, it's the rec... | jan.nijtmans | 2015-08-25 | 1 | -7/+0 |
|\ \
| |/ |
|
| * | Removed "ucrt" as configureable option: If building with VC2014, it's the rec... | jan.nijtmans | 2015-08-25 | 1 | -7/+0 |
|
|