aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lwres
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-05 17:09:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-05 17:09:54 +0000
commit11cf00c0ad5daf774649f0fefe956d4933c9bbf1 (patch)
tree159c006dcbb4a5abfdeb8a7d1a473e1483925f0c /plugins/lwres
parent2e5aa10e16fddb81df4d1fd6697799fc63b2b736 (diff)
From Lars Roland: make Makefile.nmake for lwres resemble the newer
Makefile.nmakes for other plugins, to make it build on Windows. svn path=/trunk/; revision=8136
Diffstat (limited to 'plugins/lwres')
-rw-r--r--plugins/lwres/Makefile.nmake8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/lwres/Makefile.nmake b/plugins/lwres/Makefile.nmake
index 479a5e2c31..6f54b809e8 100644
--- a/plugins/lwres/Makefile.nmake
+++ b/plugins/lwres/Makefile.nmake
@@ -1,21 +1,19 @@
#
-# $Id: Makefile.nmake,v 1.1 2003/08/05 05:03:30 guy Exp $
+# $Id: Makefile.nmake,v 1.2 2003/08/05 17:09:54 guy Exp $
#
include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \
- /I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
- /I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
+CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
OBJECTS=packet-lwres.obj
lwres.dll lwres.exp lwres.lib : packet-lwres.obj ..\plugin_api.obj
link -dll /out:lwres.dll packet-lwres.obj ..\plugin_api.obj \
- $(GLIB_DIR)\glib-$(GLIB_VERSION).lib
+ $(GLIB_LIBS)
clean:
rm -f $(OBJECTS) lwres.dll lwres.exp lwres.lib $(PDB_FILE)