From Luis Ontanon:
[obnox/wireshark/wip.git] / plugins / mate / Makefile.nmake
index e627b24a5b7e5d1ba00acfa69d4e259d8e26a5a2..9dbb83ddf13c53b6a77d3ccec40b8a462d36cd99 100644 (file)
@@ -3,12 +3,16 @@
 #
 
 include ..\..\config.nmake
+include <win32.mak>
 
 ############### no need to modify below this line #########
 
 CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
        /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-
+       
+.c.obj::
+       $(CC) $(CFLAGS) -Fdmate.pdb -c $<
+       
 LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)
 
 !IFDEF LINK_PLUGINS_WITH_LIBETHEREAL