add a comment, that .res files are generated using an implicit (built in) nmake rule
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Sep 2006 08:19:39 +0000 (08:19 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Sep 2006 08:19:39 +0000 (08:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19200 f5534014-38df-0310-8fa8-9805f1628bb7

image/Makefile.nmake

index ff77f8876794d1f5b23a6bcff2f1881cc26960b5..5cabbb2568f9a7b737e687abfc257d8d54aa4f25 100644 (file)
@@ -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)