aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-29 20:11:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-29 20:11:41 +0000
commitabd65ad95031d1518c734b0e8e63198f6618474c (patch)
treedabb75724726a6b8617a337d5bcf912b94ff95cf /wiretap
parent66a6fcf9f68433bf4fa1d784bab56d7b8113f4d4 (diff)
Graham Bloice's Win32 Makefile changes to build in batch mode (gets rid
of multiple compile lines in the output of the build, speeds the build up). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2024 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 486a50ea8f..012d814b57 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.12 2000/04/29 07:35:07 guy Exp $
+# $Id: Makefile.nmake,v 1.13 2000/05/29 20:11:31 guy Exp $
#
include ..\config.nmake
@@ -8,6 +8,9 @@ include ..\config.nmake
CFLAGS=/MT /DHAVE_CONFIG_H /I$(GLIB_DIR) $(LOCAL_CFLAGS)
+{$S}.c{$O}.obj::
+ $(CC) $(CFLAGS) -Fd$O\ -c $<
+
OBJECTS=ascend-grammar.obj \
ascend-scanner.obj \
ascend.obj \