From 516ca59b993d498cea1a5e248b5ec9abbe43b1bd Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 27 Aug 2007 22:56:27 +0000 Subject: Add .c.obj:: inference rule (to cause "batch compile") svn path=/trunk/; revision=22696 --- plugins/asn1/Makefile.nmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/asn1') diff --git a/plugins/asn1/Makefile.nmake b/plugins/asn1/Makefile.nmake index 255a1a367c..6364e6e1c2 100644 --- a/plugins/asn1/Makefile.nmake +++ b/plugins/asn1/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 -- cgit v1.2.3