aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)