summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-10-18 16:04:13 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-10-18 16:04:13 (GMT)
commitfa7141288f0899b531d7dc94763423094be8608d (patch)
tree0a41e474a617c0863e81822cd6605729658fcbd2 /win
parent63a9fcf2e7aefe28c1dd7aeb985434addfd43013 (diff)
downloadtcl-fa7141288f0899b531d7dc94763423094be8608d.zip
tcl-fa7141288f0899b531d7dc94763423094be8608d.tar.gz
tcl-fa7141288f0899b531d7dc94763423094be8608d.tar.bz2
Update RCFILE to PRJ_RCFILE.
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 09b0b9f..675d8fc 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -174,7 +174,7 @@ PROJECT = tcl
DEFAULT_BUILD_TARGET = release
# We want to use our own resource file, not the standard template one.
-RCFILE = tcl.rc
+PRJ_RCFILE = tcl.rc
# The rules.vc file does most of the hard work in terms of defining
# the build configuration, macros, output directories etc.