aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-08-27 22:56:27 +0000
committerBill Meier <wmeier@newsguy.com>2007-08-27 22:56:27 +0000
commit516ca59b993d498cea1a5e248b5ec9abbe43b1bd (patch)
treea62ff09b5911c86c80d11c87fded2970c7b884b9 /plugins/wimax/Makefile.nmake
parent92917023313909d708ea670c562cefbc9871b1ca (diff)
Add .c.obj:: inference rule (to cause "batch compile")
svn path=/trunk/; revision=22696
Diffstat (limited to 'plugins/wimax/Makefile.nmake')
-rw-r--r--plugins/wimax/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/wimax/Makefile.nmake b/plugins/wimax/Makefile.nmake
index dbc7d1c4e7..8cd480bb00 100644
--- a/plugins/wimax/Makefile.nmake
+++ b/plugins/wimax/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