From 81be1fbe774d0e76f45056d05dccb9bd6660a332 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 10 Aug 2004 15:10:45 +0000 Subject: From Graham Bloice: Allow libethereal.dll to be built after recent changes. svn path=/trunk/; revision=11644 --- epan/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake index f993c657ec..9b92ce1cf5 100644 --- a/epan/Makefile.nmake +++ b/epan/Makefile.nmake @@ -33,7 +33,7 @@ DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj) .c.obj:: $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $< -LIBETHEREAL_OBJECTS = $(LIBETHERAL_SRC:.c=.obj) +LIBETHEREAL_OBJECTS = $(LIBETHEREAL_SRC:.c=.obj) EXTRA_OBJECTS = \ # snprintf.obj \ @@ -62,7 +62,7 @@ libethereal.exp: libethereal.dll #DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj) #DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_OBJECTS:../=) -libethereal.dll: ..\config.h $(OBJECTS) libethereal.def ftypes dfilter dissectors $(DISSECTOR_SUPPORT_OBJECTS) doxygen $(EXTRA_OBJECTS) ..\image\libethereal.res +libethereal.dll: ..\config.h $(LIBETHEREAL_OBJECTS) libethereal.def ftypes dfilter dissectors $(DISSECTOR_SUPPORT_OBJECTS) doxygen $(EXTRA_OBJECTS) ..\image\libethereal.res @echo Linking libethereal.dll $(link) $(dlllflags) $(conlibsdll) \ $(LOCAL_LDFLAGS) \ -- cgit v1.2.3