summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-12-23 08:06:49 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-12-23 08:06:49 (GMT)
commit6415db87aaf25e94f146eb89ba7791ee7de3e6d8 (patch)
treef3891936ac0ab5bb71e98a8e8714ed86e84db292 /win/makefile.vc
parent256d1218f05344d2acfb4318fe6fac0bcbf2d147 (diff)
downloadtk-6415db87aaf25e94f146eb89ba7791ee7de3e6d8.zip
tk-6415db87aaf25e94f146eb89ba7791ee7de3e6d8.tar.gz
tk-6415db87aaf25e94f146eb89ba7791ee7de3e6d8.tar.bz2
Update to nmake rules 1.1 - allow extensions to link against import libs with or without t suffix
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 04c9757..4050663 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -90,7 +90,6 @@ RCFILE = tk.rc
# TCLINSTALL is set to 1 by rules.vc to indicate we are building against
# an installed Tcl and 0 if building against Tcl source. Tk needs the latter.
-!message TCLINSTALL=$(TCLINSTALL)
!if $(TCLINSTALL)
!message *** Warning: Tk requires the source distribution of Tcl to build from,
!message *** at this time, sorry. Please set the TCLDIR macro to point to the