aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-14 20:36:04 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-14 20:36:04 +0000
commit71424053cd5e62f8f94bdb81af98e7ee2830fc46 (patch)
tree080e2f9d9377e63f0e3556c8173fc194803b2751 /plugins/rtnet/Makefile.nmake
parent25bd670668c348c80fc8e4cb61cf66f58909cd8d (diff)
Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on
variables the user configures - the user isn't expected to change GLIB_CFLAGS or GTK_CFLAGS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate "/I" flags for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7884
Diffstat (limited to 'plugins/rtnet/Makefile.nmake')
-rw-r--r--plugins/rtnet/Makefile.nmake6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/rtnet/Makefile.nmake b/plugins/rtnet/Makefile.nmake
index d1390681d9..345aa0ac36 100644
--- a/plugins/rtnet/Makefile.nmake
+++ b/plugins/rtnet/Makefile.nmake
@@ -1,14 +1,12 @@
#
-# $Id: Makefile.nmake,v 1.2 2003/06/11 14:40:17 gerald Exp $
+# $Id: Makefile.nmake,v 1.3 2003/06/14 20:36:04 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-rtnet.obj