summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-23 06:11:50 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-23 06:11:50 +0000
commitf28323ba39027c4fbd571f7c5c2077ae439b822c (patch)
tree6e7199f85b4c9751af9245ac2209f90eb6c948ea /Makefile.nmake
parent43b2da02ae40a519abf65d141b0ea5e44a5f9a7a (diff)
downloadwireshark-f28323ba39027c4fbd571f7c5c2077ae439b822c.tar.gz
From Graham Bloice: add resources to wiretap.dll.
svn path=/trunk/; revision=11476
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 354a6c886c..18e5668575 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -108,7 +108,7 @@ randpkt_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
EXECUTABLES=ethereal.exe ethereal-gtk2.exe tethereal.exe editcap.exe mergecap.exe text2pcap.exe
-RESOURCES=image\ethereal.res image\libethereal.res image\tethereal.res image\editcap.res image\mergecap.res image\text2pcap.res
+RESOURCES=image\ethereal.res image\libethereal.res image\tethereal.res image\editcap.res image\mergecap.res image\text2pcap.res image\wiretap.res
all: config.h tools image wiretap epan $(EXECUTABLES) $(RESOURCES) doc