aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-10-14 04:31:26 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-10-14 04:31:26 +0000
commit26bda31ed9c162e91dae0b1aea535d1e112fda14 (patch)
tree26ff2fe56461b07db58cccbdf4d5bb4531785528 /epan/Makefile.nmake
parentb3f64359bb1fb553fd3a4944a45b1615d889dd66 (diff)
Move inet_*.[ch] files to epan.
svn path=/trunk/; revision=2494
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake15
1 files changed, 14 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 528a7c5434..3b59aefc02 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -7,6 +7,12 @@ CFLAGS=/MT /DHAVE_CONFIG_H /I. /I.. /I../wiretap \
/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
/I$(PCAP_DIR)\include $(LOCAL_CFLAGS)
+# For use when making ethereal.dll
+libethereal_LIBS = \
+ wsock32.lib user32.lib \
+ $(GLIB_DIR)\glib-$(GLIB_VERSION).lib \
+ $(GLIB_DIR)\gmodule\gmodule-$(GLIB_VERSION).lib
+
{$S}.c{$O}.obj::
$(CC) $(CFLAGS) -Fd$O\ -c $<
@@ -17,6 +23,9 @@ OBJECTS=conversation.obj \
epan.obj \
except.obj \
filesystem.obj \
+ inet_aton.obj \
+ inet_pton.obj \
+ inet_ntop.obj \
ipv4.obj \
packet.obj \
plugins.obj \
@@ -25,8 +34,12 @@ OBJECTS=conversation.obj \
strutil.obj \
tvbuff.obj \
+# For use when making ethereal.dll
+#ethereal.dll ethereal.lib : ..\config.h $(OBJECTS)
+# link /DLL /out:ethereal.dll $(OBJECTS) $(libethereal_LIBS)
+
ethereal.lib : ..\config.h $(OBJECTS)
- lib /out:ethereal.lib $(OBJECTS)
+ lib /out:ethereal.lib $(OBJECTS)
dfilter-scanner.obj : dfilter-scanner.c dfilter-grammar.h