diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-15 06:58:20 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2017-10-15 06:58:20 (GMT) |
commit | 823edbf0abc533041ff6a572705fbafd4cbe5cfd (patch) | |
tree | 6ce3757b1cb53d0f2ef9d71762f83df221f2ce26 /win/makefile.vc | |
parent | 0c646bc3d1d73a89e9a196dec828b447f224535d (diff) | |
download | tcl-823edbf0abc533041ff6a572705fbafd4cbe5cfd.zip tcl-823edbf0abc533041ff6a572705fbafd4cbe5cfd.tar.gz tcl-823edbf0abc533041ff6a572705fbafd4cbe5cfd.tar.bz2 |
Permit application makefile to define RCFILE.
Change PROJECT_REQUIRES_TK to use value instead of ifdef.
Change MAKERESCMD macro not to specify included input files.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 62e3fa7..09b0b9f 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -173,6 +173,9 @@ PROJECT = tcl # rules.vc file will set up "all" as the target.
DEFAULT_BUILD_TARGET = release
+# We want to use our own resource file, not the standard template one.
+RCFILE = tcl.rc
+
# The rules.vc file does most of the hard work in terms of defining
# the build configuration, macros, output directories etc.
!include "rules.vc"
|