diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-18 16:04:13 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-18 16:04:13 (GMT) |
commit | fa7141288f0899b531d7dc94763423094be8608d (patch) | |
tree | 0a41e474a617c0863e81822cd6605729658fcbd2 /win/makefile.vc | |
parent | 63a9fcf2e7aefe28c1dd7aeb985434addfd43013 (diff) | |
download | tcl-fa7141288f0899b531d7dc94763423094be8608d.zip tcl-fa7141288f0899b531d7dc94763423094be8608d.tar.gz tcl-fa7141288f0899b531d7dc94763423094be8608d.tar.bz2 |
Update RCFILE to PRJ_RCFILE.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 2 |
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.
|