windows-updates-20021104
[openafs.git] / src / WINNT / eventlog / lang / NTMakefile
index 4cd54e8..6b176a8 100644 (file)
@@ -1,5 +1,9 @@
-# Copyright (C)  1998  Transarc Corporation.  All rights reserved.
-#
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
 
 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\..\config\NTMakefile.version
@@ -36,7 +40,7 @@ EVENTRESFILE = $(LANGNAME)\event.res
 DLLOBJS = $(DLLRESFILE)
 
 $(DLLFILE): $(DLLOBJS)
-       $(DLLCONLINK)
+       $(DLLRESLINK)
        $(DLLPREP)
 
 ############################################################################
@@ -62,4 +66,7 @@ $(LANGNAME)\event.h $(LANGNAME)\event.rc: $(LANGNAME)\event.mc
 ############################################################################
 install: $(INCFILES) $(DLLFILE)
 
+install9x: install
+
 clean::
+       $(DEL) $(INCFILES) $(DLLFILE)
\ No newline at end of file