# 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
AFSDEV_AUXRCFLAGS = $(AFSDEV_AUXRCFLAGS) -I$(DESTDIR)\include -I..
# include the primary makefile
-
+RELDIR=WINNT\client_cpa\lang
!INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
!include ..\..\..\config\NTMakefile.version
RCFILE = $(LANGNAME)\afs_cpa.rc
-RESFILE = $(OJT)\afs_cpa_$(LANGID).res
+RESFILE = $(OUT)\afs_cpa_$(LANGID).res
DLLOBJS = $(RESFILE)
$(DLLFILE) : $(DLLOBJS)
$(DLLRESLINK)
- $(DLLPREP)
+ $(DLLPREP)
+ $(CODESIGN_USERLAND)
+ $(SYMSTORE_IMPORT)
install : $(DLLFILE)
clean ::
- $(DEL) *.res RC* RD* $(DLLFILE)
+ $(DEL) $(RESFILE)
+ $(DEL) RC*
+ $(DEL) RD*
+ $(DEL) $(DLLFILE)
+ $(DEL) AFS_component_version_number.h
############################################################################
#
mkdir:
-
+