aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-06 16:55:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-06 16:55:03 +0000
commite224ae8df9bb8d554ceeca75007877d5bc0ea2db (patch)
tree668d1fc6346cdca552ac2c70563862db02628f31
parentd85ea356b0ac1126ed854e46bb428473f5bfb8d3 (diff)
Add .c.obj:: inference rule (to cause "batch compile")
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22809 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--plugins/wimaxasncp/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/Makefile.nmake b/plugins/wimaxasncp/Makefile.nmake
index dbc7d1c4e7..8cd480bb00 100644
--- a/plugins/wimaxasncp/Makefile.nmake
+++ b/plugins/wimaxasncp/Makefile.nmake
@@ -12,6 +12,9 @@ include Makefile.common
CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
+.c.obj::
+ $(CC) $(CFLAGS) -Fd.\ -c $<
+
LDFLAGS = $(PLUGIN_LDFLAGS)
!IFDEF ENABLE_LIBWIRESHARK