aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-29 07:35:07 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-29 07:35:07 +0000
commit3c9a310b6de26eac8dfd0a60ceda00bdee7dd6d8 (patch)
treef5e01581b4abd1afbade59df0a12f8819bca513c /wiretap
parentcdc06969c7e22ed9f3dcaca7151bf4319f6436be (diff)
Graham Bloice's changes to, on Win32 using Microsoft's "nmake":
build "register.c" in the top-level Makefile; set path in "config.nmake" to include the Cygwin directory for tools - those tools are needed to build "register.c"; remove constructed source files, and some additional object files, when doing "nmake clean". svn path=/trunk/; revision=1896
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index d58068abf9..486a50ea8f 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.11 2000/04/12 21:52:11 gram Exp $
+# $Id: Makefile.nmake,v 1.12 2000/04/29 07:35:07 guy Exp $
#
include ..\config.nmake
@@ -43,4 +43,4 @@ config.h : config.h.win32
copy config.h.win32 $@
clean :
- rm -f $(OBJECTS) libwtap.lib
+ rm -f $(OBJECTS) libwtap.lib ascend-grammar.c ascend-grammar.h ascend-scanner.c