Windows: Build gsstool

This commit is contained in:
Asanka C. Herath
2010-11-28 00:28:51 -05:00
parent 0e0fba8866
commit 87801aca51
2 changed files with 15 additions and 1 deletions

View File

@@ -521,6 +521,17 @@ clean::
-$(RM) $(OBJ)\mech\*.*
-$(RM) $(OBJ)\gssapi\*.*
all-tools:: $(OBJ)\gsstool.exe
$(OBJ)\gsstool.exe: $(OBJ)\gsstool.obj $(OBJ)\gss-commands.obj $(LIBGSSAPI) $(LIBROKEN) $(LIBSL) $(LIBVERS)
$(EXECONLINK)
$(OBJ)\gss-commands.c $(OBJ)\gss-commands.h: gss-commands.in
cd $(OBJ)
$(CP) $(SRCDIR)\gss-commands.in gss-commands.in
$(BINDIR)\slc.exe gss-commands.in
cd $(SRCDIR)
!ifdef ELISP
# This macro invocation is used to update the libgssapi_OBJs
# definition below (generate-obj-macro is defined in maint.el):