Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (core-8-6-branch merge) | apnadkarni | 2019-03-07 | 1 | -1/+1 |
|\ | | | | | | | Fix automatic pkgIndex generation for multiplatform installs. | ||||
| * | Fix automatic pkgIndex generation for multiplatform installs | apnadkarni | 2019-03-07 | 1 | -1/+1 |
| | | |||||
* | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 1 | -5/+49 |
|\ \ | |/ | | | | | | | | | | | 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. | ||||
| * | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 1 | -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. | ||||
* | | More removals of TCL_THREADS usage (configure scripts/win makefiles) | jan.nijtmans | 2018-05-22 | 1 | -9/+9 |
| | | |||||
* | | merge 8.7 | dgp | 2018-03-15 | 1 | -4/+4 |
|\ \ | |||||
| * \ | Fix INCLUDE_INSTALL_DIR def when building against Tcl source. Bump rules.vc ↵ | apnadkarni | 2018-02-02 | 1 | -4/+4 |
| |\ \ | | |/ | | | | | | | to 1.2 | ||||
| | * | Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped ↵ | apnadkarni | 2018-02-02 | 1 | -4/+4 |
| | | | | | | | | | | | | to 1.2. | ||||
* | | | merge core-8-branch | jan.nijtmans | 2017-12-23 | 1 | -5/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge nmake rules 1.1 | apnadkarni | 2017-12-23 | 1 | -5/+34 |
| |\ \ | | |/ | |||||
| | * | Look for Tcl and Tk import libraries with or without "t" suffix convention | apnadkarni | 2017-12-23 | 1 | -5/+34 |
| | | | | | | | | | when building extensions. Bump nmake rules version to 1.1 accordingly. | ||||
* | | | merge core-8-branch | jan.nijtmans | 2017-12-21 | 1 | -25/+13 |
|\ \ \ | |/ / | |||||
| * | | Remove use of compiler option "opt:nowin98". Don't use "t" as suffix any ↵ | jan.nijtmans | 2017-12-21 | 1 | -26/+14 |
| |/ | | | | | | | more when building extensions (but still use it for Tcl and Tk). | ||||
* | | fix comment | jan.nijtmans | 2017-12-14 | 1 | -2/+2 |
| | | |||||
* | | merge core-8-branch. Fully tested now, works fine. | jan.nijtmans | 2017-12-14 | 1 | -21/+66 |
|\ \ | |/ | |||||
| * | Updated nmake system to make use of the new nmakehlp -L option for | apnadkarni | 2017-12-13 | 1 | -16/+50 |
| | | | | | | locating dependencies. | ||||
| * | Allow standard targets to be selectively disabled. | apnadkarni | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | | Automatic install for extension stubs and public headers if present. Print installation dir, remove useless partial print of preprocessor defines. | ||||
* | | Initial implementation of TIP #491. Not tested yet. | jan.nijtmans | 2017-12-11 | 1 | -39/+4 |
|/ | |||||
* | Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindex | apnadkarni | 2017-12-05 | 1 | -2/+4 |
| | |||||
* | Added back nothreads option. | apnadkarni | 2017-11-17 | 1 | -2/+6 |
| | |||||
* | merge core-8-6-branch | jan.nijtmans | 2017-11-17 | 1 | -1/+10 |
|\ | |||||
* | | Add PRJ_PACKAGE_TCLNAME and other minor changes. | apnadkarni | 2017-11-17 | 1 | -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. | apnadkarni | 2017-11-15 | 1 | -8/+27 |
| | | |||||
* | | Include PKGNAMEFLAGS in stubscflags as some extension stubs use it | apnadkarni | 2017-11-15 | 1 | -1/+1 |
| | | |||||
* | | Added default-install-stubs target. | apnadkarni | 2017-11-15 | 1 | -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 spec | apnadkarni | 2017-11-07 | 1 | -9/+12 |
| | | |||||
* | | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old ↵ | apnadkarni | 2017-10-26 | 1 | -30/+66 |
| | | | | | | | | comments. | ||||
* | | 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 |
| | | | | | | change directories and not break relative paths to the built extension. | ||||
* | | 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 |
| | | | | | | | | Change PROJECT_REQUIRES_TK to use value instead of ifdef. Change MAKERESCMD macro not to specify included input files. | ||||
* | | 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 |
| | | | | | | makefile to modify macros if required before the targets are defined. | ||||
* | | Added standard target for generating pkgIndex.tcl. | apnadkarni | 2017-10-05 | 1 | -6/+13 |
| | | | | | | Added PKGNAMEFLAGS to pass PACKAGE_NAME and PACKAGE_VERSION. | ||||
* | | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to | apnadkarni | 2017-10-05 | 1 | -3/+21 |
| | | | | | | DISABLE_{STANDARD,CLEAN}_TARGETS. | ||||
* | | 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 |
| | | | | | | Added USE_WIDECHAR_API to control usage of Windows wide API's. | ||||
* | | 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 |
| | | | | | | | | | | | | Fixed initialization of _TCLDIR when it is not defined by caller when building an extension. _INSTALLDIR is modified AFTER it is used to initialize _TCLDIR. However, nmake expands late so we have to init _TCLDIR relative to the *modified* _INSTALLDIR. | ||||
* | | Added MAKEEXTCMD macro. | apnadkarni | 2017-09-30 | 1 | -4/+10 |
| | | | | | | Fixed couple of syntax errors when building extensions. | ||||
* | | Added standard macros LIBDIR and DEMODIR. Also set common Tk related names ↵ | apnadkarni | 2017-09-30 | 1 | -19/+36 |
| | | | | | | | | and paths | ||||
* | | 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 |
| | | | | | | Added Tcl import libraries to link macro. | ||||
* | | Updated for Tk compatibility. | apnadkarni | 2017-09-29 | 1 | -43/+48 |
| | | | | | | | | | | Removed extraneous quotes in macro definitions. Macros should be quoted at *use* time, not *definition* time. Added _nostubs versions of pkgcflags and appcflags. |