aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-12 08:19:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-12 08:19:39 +0000
commit4286f79f595917d5be23bd82c6e3a13b1ee340ad (patch)
tree562fb69ee96e9a2554b2e4c12fb2724aedf385f5 /image/Makefile.nmake
parentb16e2c43c5a8b088ec41e2bc901c492e93418645 (diff)
add a comment, that .res files are generated using an implicit (built in) nmake rule
svn path=/trunk/; revision=19200
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index ff77f88767..5cabbb2568 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -4,6 +4,8 @@
include ..\config.nmake
+# Nmake uses an implicit rule to build a .res from a .rc file!
+
ALL_RC=wireshark.rc libwireshark.rc tshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
all : $(ALL_RC)