aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 2665fc7a7b..565f4d8088 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -68,11 +68,12 @@ all: ftypes dfilter ethereal.lib
libethereal.lib: libethereal.dll
libethereal.exp: libethereal.dll
-libethereal.dll: ..\config.h $(OBJECTS) libethereal.def ftypes dfilter doxygen
+libethereal.dll: ..\config.h $(OBJECTS) libethereal.def ftypes dfilter doxygen ..\image\libethereal.res
$(link) $(dlllflags) $(conlibsdll) \
$(LOCAL_LDFLAGS) \
/DEF:libethereal.def /OUT:libethereal.dll \
- /IMPLIB:libethereal.lib $(OBJECTS) $(libethereal_LIBS)
+ /IMPLIB:libethereal.lib $(OBJECTS) $(libethereal_LIBS) \
+ ..\image\libethereal.res \
ethereal.lib : ..\config.h $(OBJECTS)