Windows: Build and install kpasswd

This commit is contained in:
Asanka C. Herath
2010-11-18 08:21:19 -05:00
parent 8432f850ed
commit cb712170ff
2 changed files with 27 additions and 1 deletions

View File

@@ -31,5 +31,21 @@
RELDIR=kpasswd
!include ../windows/NTMakefile.w32
!include ../windows/NTMakefile.w32
BINPROGRAMS=\
$(BINDIR)\kpasswd.exe
KPASSWDLIBS=\
$(LIBROKEN) \
$(LIBHEIMDAL) \
$(LIBVERS)
$(BINDIR)\kpasswd.exe: $(OBJ)\kpasswd.obj $(KPASSWDLIBS)
$(EXECONLINK)
$(EXEPREP)
all:: $(BINPROGRAMS)
clean::
-$(RM) $(BINPROGRAMS)