ntmakefile-clean-20040401
[openafs.git] / src / WINNT / afsusrmgr / lang / NTMakefile
index d0bc5be..b82b55a 100644 (file)
@@ -10,7 +10,7 @@
 AFSDEV_AUXRCFLAGS = $(AFSDEV_AUXRCFLAGS) -I$(DESTDIR)\include -I..
 
 # include the primary makefile
-
+RELDIR=WINNT\afsusrmgr\lang
 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\..\config\NTMakefile.version
 
@@ -35,7 +35,7 @@ DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\TaAfsAccountManager_$(LANGID).dll
 
 RCFILE = $(LANGNAME)\AfsUsrMgr.rc
 
-RESFILE = $(OJT)\AfsUsrMgr_$(LANGID).res
+RESFILE = $(OUT)\AfsUsrMgr_$(LANGID).res
 
 DLLOBJS = $(RESFILE)
 
@@ -48,7 +48,8 @@ $(DLLFILE) : $(DLLOBJS)
 install : $(DLLFILE)
 
 clean ::
-       @if exist $(OJT)\*.res del $(OJT)\*.res
+       @if exist $(OUT)\*.res del $(OUT)\*.res
+       @if exist AFS_component_version_number.h del AFS_component_version_number.h
        @if exist RC*. del RC*.
        @if exist RD*. del RD*.