summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.