aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/Makefile.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-03-23 02:05:29 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-03-23 02:05:29 +0000
commite108afe2bb9c855ad17700d9e177f6f59f68ee8b (patch)
tree8a6e6a175e5f3a7bf451abf5d15c0107ba43378c /epan/ftypes/Makefile.nmake
parent2218ce1220aba62c515952ac2d79844bccea1ba9 (diff)
The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.
svn path=/trunk/; revision=3163
Diffstat (limited to 'epan/ftypes/Makefile.nmake')
-rw-r--r--epan/ftypes/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 0f24034546..37490b44c6 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -2,14 +2,15 @@ include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=/MT /DHAVE_CONFIG_H /I. /I.. /I../.. \
+CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. \
/I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
/I$(PCAP_DIR)\include $(LOCAL_CFLAGS)
+CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
{$S}.c{$O}.obj::
- $(CC) $(CFLAGS) -Fd$O\ -c $<
+ $(CC) $(CVARSDLL) $(CFLAGS) -Fd$O\ -c $<
OBJECTS = \