aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-12 08:19:39 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-12 08:19:39 +0000
commit4261f6e0a467445598bf9f846a9c8a102c3e6b30 (patch)
tree562fb69ee96e9a2554b2e4c12fb2724aedf385f5 /image/Makefile.nmake
parent478e1e7e338e5d9a760d3cf9e31d97d49b31aaa8 (diff)
add a comment, that .res files are generated using an implicit (built in) nmake rule
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19200 f5534014-38df-0310-8fa8-9805f1628bb7
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)