aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/Makefile.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 00:41:57 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 00:41:57 +0000
commit41f0a2c5e66cbac7ca04d7b7adff8d19bf0884cf (patch)
treef9256321832bac5f31c34ed2782d10d19a861a0b /plugins/gryphon/Makefile.nmake
parenta6a7b2af48277c5d2888ebc4e1ebe20bde5c23f3 (diff)
Update Makefiles for win32. Move local configuration to config.nmake,
have top-level Makefile.nmake call Makefile.nmake's in subdirectories. Build plugins, and build generated source (lex, yacc). The only thing we can't build is register.c; I need to re-work the top-level Makefile.nmake because it lists object files, not C files, which make-reg-dotc needs. svn path=/trunk/; revision=1608
Diffstat (limited to 'plugins/gryphon/Makefile.nmake')
-rw-r--r--plugins/gryphon/Makefile.nmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/gryphon/Makefile.nmake b/plugins/gryphon/Makefile.nmake
new file mode 100644
index 0000000000..b9a4b32b59
--- /dev/null
+++ b/plugins/gryphon/Makefile.nmake
@@ -0,0 +1,12 @@
+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 $(LOCAL_CFLAGS)
+
+OBJECTS=packet-gryphon.obj
+
+gryphon.dll gryphon.exp gryphon.lib : packet-gryphon.obj
+ link -dll /out:gryphon.dll packet-gryphon.obj ../plugin_api.obj