summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-09-12 20:54:51 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-09-12 20:54:51 (GMT)
commit2a3f9eb39a169030869cf8ed2839d58e7ef3fe30 (patch)
tree248efe4c79733c6e8b403213518aa9b1c8c6cb4d /win
parent40fc30babde10ba2864ac9c21134ad82bdb7ec4e (diff)
downloadtk-2a3f9eb39a169030869cf8ed2839d58e7ef3fe30.zip
tk-2a3f9eb39a169030869cf8ed2839d58e7ef3fe30.tar.gz
tk-2a3f9eb39a169030869cf8ed2839d58e7ef3fe30.tar.bz2
Fix comment in win/rules.vc
Diffstat (limited to 'win')
-rw-r--r--win/rules.vc6
1 files changed, 2 insertions, 4 deletions
diff --git a/win/rules.vc b/win/rules.vc
index bf826ee..86a09d0 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -215,10 +215,8 @@ DEMODIR = $(LIBDIR)\demos
DEMODIR = $(ROOT)\demos
!endif
!endif # ifndef DEMODIR
-# Do NOT enclose WIN_DIR in a !ifndef because Windows always defines
-# WIN_DIR env var to point to c:\windows!
-# TBD - This is a potentially dangerous conflict, rename WIN_DIR to
-# something else
+# Do NOT use WINDIR because it is Windows internal environment
+# variable to point to c:\windows!
WIN_DIR = $(ROOT)\win
!ifndef RCDIR