diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 20:13:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 20:13:16 (GMT) |
commit | 6f2d81146fb9272cccf3f5fd9ffbeed083d20f6c (patch) | |
tree | 15fcbb62054a37d8af5d714d594dd9275fb82595 /win/rules-ext.vc | |
parent | 10f63c4d41c58c1dc5c3b09279ee978de8b57610 (diff) | |
download | tk-6f2d81146fb9272cccf3f5fd9ffbeed083d20f6c.zip tk-6f2d81146fb9272cccf3f5fd9ffbeed083d20f6c.tar.gz tk-6f2d81146fb9272cccf3f5fd9ffbeed083d20f6c.tar.bz2 |
Sync various configure-related changes from Tcl (from core-8-branch)
Diffstat (limited to 'win/rules-ext.vc')
-rw-r--r-- | win/rules-ext.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules-ext.vc b/win/rules-ext.vc index 58c70fa..531e070 100644 --- a/win/rules-ext.vc +++ b/win/rules-ext.vc @@ -35,7 +35,7 @@ macro to the name of the project makefile. !endif
# First locate the Tcl directory that we are working with.
-!ifdef TCLDIR
+!if "$(TCLDIR)" != ""
_RULESDIR = $(TCLDIR:/=\)
|