* win/rules.vc: Applied patch 1092432 by westrick85 to handle
authorpatthoyts <patthoyts>
Tue, 17 May 2005 14:54:56 +0000 (14:54 +0000)
committerpatthoyts <patthoyts>
Tue, 17 May 2005 14:54:56 +0000 (14:54 +0000)
paths with spaces better.

ChangeLog
win/rules.vc

index 405c634d461c43a57268b8e2af907bbe197e7051..b7e61fb6f9c4303eaa2b1386ece06d7b87a5b057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-17  Pat Thoyts  <patthoyts@users.sourceforge.net>
+
+       * win/rules.vc: Applied patch 1092432 by westrick85 to handle
+       paths with spaces better.
+
 2005-04-27  Pat Thoyts  <patthoyts@users.sourceforge.net>
 
        * demos/bug1158628.tcl: Demo file for this bug.
index ba4b828441050c206caf9282846e71a87c1a5ca8..d1b7c1a5f2494b2014f3b9022b092c772e7c2439 100644 (file)
@@ -341,7 +341,7 @@ Failed to find tcl.h.  The TCLDIR macro does not appear correct.
 !endif
 !endif
 
-!if [nmakehlp -v $(_TCL_H) ""] == 0
+!if [nmakehlp -v "$(_TCL_H)" ""] == 0
 !include version.vc
 !else
 TCL_DOTVERSION  = 8.5
@@ -401,7 +401,7 @@ Failed to find tk.h. The TKDIR macro does not appear correct.
 !endif
 !endif
 
-!if [nmakehlp -v $(_TCL_H) $(_TK_H)] == 0
+!if [nmakehlp -v "$(_TCL_H)" "$(_TK_H)"] == 0
 !include version.vc
 !else
 TK_DOTVERSION  = 8.5