aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
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 /plugins/Makefile.nmake
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 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 761b755d6e..9aacc26bc1 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.4 2000/04/12 21:51:39 gram Exp $
+# $Id: Makefile.nmake,v 1.5 2000/04/29 07:34:48 guy Exp $
#
include ..\config.nmake
@@ -21,6 +21,7 @@ gryphon::
cd ..
clean:
+ rm plugin_api.obj
cd gryphon
nmake -f Makefile.nmake clean
cd ..