link reassemble_test against the right library

svn path=/trunk/; revision=21351
This commit is contained in:
Richard van der Hoff 2007-04-07 11:16:46 +00:00
parent c9360bf853
commit 52727b58b7
1 changed files with 2 additions and 2 deletions

View File

@ -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