Ethereal-dev: [Ethereal-dev] patches for nmake makefiles (replacement for patch 11435 ??)
Hello Gerald and list,
here is a small patch to make libethereal.dll compile with version
11433. If patch 11435 addresses just the same issue, it should be
replaced by the attached patch.
Does 11435 fix any other issues?
Btw, many thanks to all for setting up subversion. It is really a great
improvement. And thanks to Ulf for all his work on the GUI,
documentation and the manual. And thanks to all other people
contributing to Ethereal.. (I must stop here. This list is too long.)
Best Regards,
Lars
Index: ethereal-svn/epan/Makefile.nmake
===================================================================
--- ethereal-svn/epan/Makefile.nmake (revision 11433)
+++ ethereal-svn/epan/Makefile.nmake (working copy)
@@ -82,7 +82,7 @@
DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj)
libethereal.dll: ..\config.h $(OBJECTS) libethereal.def ftypes dfilter dissectors $(DISSECTOR_SUPPORT_OBJECTS) doxygen $(EXTRA_OBJECTS) ..\image\libethereal.res
- echo libethereal.dll
+ @echo Linking libethereal.dll
$(link) $(dlllflags) $(conlibsdll) \
$(LOCAL_LDFLAGS) \
/DEF:libethereal.def /OUT:libethereal.dll \
Index: ethereal-svn/epan/dissectors/Makefile.common
===================================================================
--- ethereal-svn/epan/dissectors/Makefile.common (revision 11433)
+++ ethereal-svn/epan/dissectors/Makefile.common (working copy)
@@ -136,6 +136,7 @@
packet-dcerpc-ndr.c \
packet-dcerpc-netlogon.c \
packet-dcerpc-nspi.c \
+ packet-dcerpc-nt.c \
packet-dcerpc-oxid.c \
packet-dcerpc-rdaclif.c \
packet-dcerpc-reg.c \
Index: ethereal-svn/epan/dissectors/Makefile.nmake
===================================================================
--- ethereal-svn/epan/dissectors/Makefile.nmake (revision 11433)
+++ ethereal-svn/epan/dissectors/Makefile.nmake (working copy)
@@ -23,7 +23,7 @@
#dissectors.lib: ../../config.h $(DISSECTOR_OBJECTS) $(EXTRA_OBJECTS)
dissectors.lib: register.obj packet-ncp2222.c x11-declarations.h x11-register-info.h ../../config.h $(DISSECTOR_OBJECTS)
- echo dissectors.lib
+ @echo Linking dissectors.lib
link /lib /out:dissectors.lib $(DISSECTOR_OBJECTS)
#