patch-from-shadow-to-jaltman-bkbox-20031120
[openafs.git] / src / WINNT / afssvrcpa / NTMakefile
index 45e709e..3c5210b 100644 (file)
@@ -5,19 +5,19 @@
 # License.  For details, see the LICENSE file in the top-level source
 # directory or online at http://www.openafs.org/dl/license10.html
 
+RELDIR=WINNT\afssvrcpa
 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\config\NTMakefile.version
 
-
 ############################################################################
 # Definitions for building a DLL.
 
 DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\afsserver.cpl
 
 DLLOBJS =\
-       $(OJT)\cpl_interface.obj \
-       $(OJT)\AFS_component_version_number.obj \
-       $(OJT)\afssvrcpa_stub.res 
+       $(OUT)\cpl_interface.obj \
+       $(OUT)\AFS_component_version_number.obj \
+       $(OUT)\afssvrcpa_stub.res 
 
 DLLLIBS =\
        $(DESTDIR)\lib\afs\afsreg.lib \
@@ -34,7 +34,7 @@ $(DLLFILE): $(DLLOBJS)
 ############################################################################
 # Definitions for generating versioninfo resource via RC
 
-$(OJT)\afssvrcpa_stub.res: AFS_component_version_number.h
+$(OUT)\afssvrcpa_stub.res: AFS_component_version_number.h
 
 ############################################################################
 # Install target; primary makefile target
@@ -58,7 +58,7 @@ clean::
 
 
 mkdir:
-       -mkdir $(OJT)\lang
+       -mkdir $(OUT)\lang
        cd lang
        nmake /nologo /f ntmakefile SRC=$(SRC) OBJ=$(OBJ) mkdir
        cd ..