diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-26 15:12:44 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-26 15:12:44 (GMT) |
commit | 9ef649d2001840791cbd75e926520885d0f43f5d (patch) | |
tree | 98a7e4312416cc3a6f4681b46e60b839cd29ab0e /win/rules-ext.vc | |
parent | c8198043cf1c80c1fca0b9f0683bcc94473159ca (diff) | |
download | tk-9ef649d2001840791cbd75e926520885d0f43f5d.zip tk-9ef649d2001840791cbd75e926520885d0f43f5d.tar.gz tk-9ef649d2001840791cbd75e926520885d0f43f5d.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 |