aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-27 22:56:27 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-27 22:56:27 +0000
commit93f1233afbc6b3e0924da1077ea0632163813a26 (patch)
treea62ff09b5911c86c80d11c87fded2970c7b884b9 /plugins/profinet
parent612f8465a0dd38baa16d018f316ac6115852cb68 (diff)
Add .c.obj:: inference rule (to cause "batch compile")
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22696 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/profinet')
-rw-r--r--plugins/profinet/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/profinet/Makefile.nmake b/plugins/profinet/Makefile.nmake
index dbc7d1c4e7..8cd480bb00 100644
--- a/plugins/profinet/Makefile.nmake
+++ b/plugins/profinet/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