summaryrefslogtreecommitdiff
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-07 11:16:46 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-07 11:16:46 +0000
commit52727b58b7a66dda0acaf9197a530f34f2c99a61 (patch)
tree620345e51c52233904b812e04660830ce994153e /epan/Makefile.nmake
parentc9360bf8539975edb7d2913f0349504339bad04e (diff)
downloadwireshark-52727b58b7a66dda0acaf9197a530f34f2c99a61.tar.gz
link reassemble_test against the right library
svn path=/trunk/; revision=21351
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 184417877d..84122ef815 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -202,10 +202,10 @@ tvbtest.exe: tvbtest.obj tvbuff.obj except.obj strutil.obj emem.obj
$(LINK) /OUT:$@ $(LOCAL_LDFLAGS) /LARGEADDRESSAWARE /SUBSYSTEM:console \
$(GLIB_LIBS) tvbtest.obj tvbuff.obj except.obj strutil.obj emem.obj
-reassemble_test.exe: reassemble_test.obj libwireshark.dll
+reassemble_test.exe: reassemble_test.obj libwireshark.lib
@echo Linking $@
$(LINK) /OUT:$@ $(LOCAL_LDFLAGS) /LARGEADDRESSAWARE /SUBSYSTEM:console \
- $(GLIB_LIBS) reassemble_test.obj libwireshark.dll
+ $(GLIB_LIBS) reassemble_test.obj libwireshark.lib
# (Windows only) Copy some sources from /trunk to /trunk/epan.
# It is a cleaner to compile these sources seperately with this makefile than