diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-26 15:07:16 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-26 15:07:16 (GMT) |
commit | c324bb3effc60b384c19e243194f0bd3a4a61b35 (patch) | |
tree | ef2de1f1845ad77b7492fd5970cb97c546af6822 /win/rules-ext.vc | |
parent | ff1c34897080fdd52c75ac01a0e020d0e8e3c557 (diff) | |
download | tcl-c324bb3effc60b384c19e243194f0bd3a4a61b35.zip tcl-c324bb3effc60b384c19e243194f0bd3a4a61b35.tar.gz tcl-c324bb3effc60b384c19e243194f0bd3a4a61b35.tar.bz2 |
Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comments.
Diffstat (limited to 'win/rules-ext.vc')
-rw-r--r-- | win/rules-ext.vc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/rules-ext.vc b/win/rules-ext.vc index 97c11b4..e0a363c 100644 --- a/win/rules-ext.vc +++ b/win/rules-ext.vc @@ -1,5 +1,10 @@ +#------------------------------------------------------------- -*- makefile -*- +# rules-ext.vc -- +# +# Part of the nmake based build system for Tcl and its extensions. # This file should only be included in makefiles for Tcl extensions, # NOT in the makefile for Tcl itself. +# See TIP 477 (https://core.tcl.tk/tips/doc/trunk/tip/477.md) for docs. !ifndef _RULES_EXT_VC |