mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
windows-pt_util-20090527
LICENSE MIT add missing build rules for pt_util.exe
This commit is contained in:
parent
8ea8519f30
commit
39b4c0381a
@ -103,7 +103,7 @@ PT_UTIL_EXEOBJS = \
|
||||
$(OUT)\ubik.obj \
|
||||
$(OUT)\utils.obj \
|
||||
$(OUT)\map.obj \
|
||||
$(OUT)\pts.res
|
||||
$(OUT)\pt_util.res
|
||||
|
||||
PTS_EXELIBS =\
|
||||
$(DESTDIR)\lib\afsubik.lib \
|
||||
@ -149,6 +149,8 @@ $(OUT)\pts.res: AFS_component_version_number.h
|
||||
|
||||
$(OUT)\ptclient.res: AFS_component_version_number.h
|
||||
|
||||
$(OUT)\pt_util.res: AFS_component_version_number.h
|
||||
|
||||
############################################################################
|
||||
# rxgen on pting.xg
|
||||
|
||||
@ -182,6 +184,7 @@ install: $(INCFILES) ptint.ss.c ptint.cs.c ptint.xdr.c $(LIBFILE) $(PTSERVER) $(
|
||||
$(OUT)\readpwd.exe $(OUT)\testpt.exe $(OUT)\db_verify.exe \
|
||||
$(DESTDIR)\root.server\usr\afs\bin\pts.exe \
|
||||
$(DESTDIR)\root.server\usr\afs\bin\ptclient.exe \
|
||||
$(DESTDIR)\root.server\usr\afs\bin\pt_util.exe \
|
||||
$(INCFILEDIR)\afs\prserver.h $(INCFILEDIR)\afs\print.h \
|
||||
$(INCFILEDIR)\afs\prerror.h $(INCFILEDIR)\afs\prclient.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user