rx: Remove RX_CALL_BUSY
[openafs.git] / src / WINNT / afssvrcpa / NTMakefile
index 1e5b1c2..aae897c 100644 (file)
@@ -1,6 +1,6 @@
 # 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
@@ -17,9 +17,10 @@ DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\afsserver.cpl
 DLLOBJS =\
        $(OUT)\cpl_interface.obj \
        $(OUT)\AFS_component_version_number.obj \
-       $(OUT)\afssvrcpa_stub.res 
+       $(OUT)\afssvrcpa_stub.res
 
 DLLLIBS =\
+        $(DESTDIR)\lib\afsroken.lib \
        $(DESTDIR)\lib\afs\afsreg.lib \
        $(DESTDIR)\lib\afs\TaLocale.lib \
        comctl32.lib
@@ -28,7 +29,10 @@ DEFFILE = afssvrcpa.def
 
 $(DLLFILE): $(DLLOBJS)
        $(DLLGUILINK)  $(DLLLIBS) /DEF:$(DEFFILE)
+        $(_VC_MANIFEST_EMBED_DLL)
        $(DLLPREP)
+        $(CODESIGN_USERLAND)
+        $(SYMSTORE_IMPORT)
 
 
 ############################################################################
@@ -56,7 +60,8 @@ lang::
 
 clean::
        $(CD) lang
-       for /f %l in ('dir /B ??_??') do ( if exist @$(NTLANG) do @$(NTLANG) %l $(MAKECMD) /nologo /f NTMakefile clean )
+        @if exist AFS_component_version_number.h del AFS_component_version_number.h
+       for /f %l in ('dir /B ??_??') do @$(NTLANG) %l $(MAKECMD) /nologo /f NTMakefile clean
        $(CD) ..
 
 mkdir: