add a comment, that .res files are generated using an implicit (built in) nmake rule

svn path=/trunk/; revision=19200
This commit is contained in:
Ulf Lamping 2006-09-12 08:19:39 +00:00
parent b16e2c43c5
commit 4286f79f59
1 changed files with 2 additions and 0 deletions

View 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)