aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
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 /wiretap
parent43b2da02ae40a519abf65d141b0ea5e44a5f9a7a (diff)
From Graham Bloice: add resources to wiretap.dll.
svn path=/trunk/; revision=11476
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 98644e9ccb..7ea5ec8908 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -56,11 +56,12 @@ all: wiretap-$(WTAP_VERSION).dll
wiretap-$(WTAP_VERSION).lib: wiretap-$(WTAP_VERSION).dll
wiretap-$(WTAP_VERSION).exp: wiretap-$(WTAP_VERSION).dll
-wiretap-$(WTAP_VERSION).dll : $(OBJECTS) wtap.def
+wiretap-$(WTAP_VERSION).dll : $(OBJECTS) wtap.def ..\image\wiretap.res
$(link) $(dlllflags) $(conlibsdll) \
$(LOCAL_LDFLAGS) \
/DEF:wtap.def /OUT:wiretap-$(WTAP_VERSION).dll \
/IMPLIB:wiretap-$(WTAP_VERSION).lib \
+ ..\image\wiretap.res \
$(OBJECTS) $(wiretap_LIBS)
$(OBJECTS): config.h