aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-10 13:46:33 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-10 13:46:33 +0000
commite83c397ce3e45a183c9f38ff1cdae5657edb1c19 (patch)
tree76a0cc074e11d49cb72f501c746ea25ccefc5ef6 /epan/Makefile.nmake
parent36fe262fa8a3631a7378f09ffce45b5be8851121 (diff)
user32.lib and wsock32.lib shouldn't be make dependencies
svn path=/trunk/; revision=21365
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index cdc6f532e5..1eed9bca17 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -196,7 +196,6 @@ tvbtest: tvbtest.exe
# they be in libwireshark.lib, otherwise how does tshark.exe link?
REASSEMBLE_TEST_LIBS=\
$(NET_SNMP_LIBS) \
- wsock32.lib user32.lib \
dissectors\dissectors.lib \
crypt\airpdcap.lib \
dfilter\dfilter.lib \
@@ -223,6 +222,7 @@ tvbtest.exe: tvbtest.obj tvbuff.obj except.obj strutil.obj emem.obj
reassemble_test.exe: reassemble_test.obj $(REASSEMBLE_TEST_LIBS)
@echo Linking $@
$(LINK) /OUT:$@ $(LOCAL_LDFLAGS) /LARGEADDRESSAWARE /SUBSYSTEM:console \
+ wsock32.lib user32.lib \
$(REASSEMBLE_TEST_LIBS) reassemble_test.obj
# (Windows only) Copy some sources from /trunk to /trunk/epan.