aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-12-07 21:56:20 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-12-07 21:56:20 +0000
commitde72ef9370c7a4982d420569e5c43f12c553ebf0 (patch)
tree4868c06e1bd898e131b7823174048cee9a82a6f5 /src/appl
parent3d22bd77a212fc75d49495476f5d08d76be2f313 (diff)
downloadkrb5-de72ef9370c7a4982d420569e5c43f12c553ebf0.zip
krb5-de72ef9370c7a4982d420569e5c43f12c553ebf0.tar.gz
krb5-de72ef9370c7a4982d420569e5c43f12c553ebf0.tar.bz2
Modifications to support the generation and embedding
of library manifests into generated EXEs and DLLs. Manifests are required for Windows XP and above when applications are built with Microsoft Visual Studio 2005 (aka VS8) or above. ticket: 3642 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18930 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/gss-sample/Makefile.in2
-rw-r--r--src/appl/gssftp/ftp/Makefile.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in
index 92cecb5..f43bdc9 100644
--- a/src/appl/gss-sample/Makefile.in
+++ b/src/appl/gss-sample/Makefile.in
@@ -21,9 +21,11 @@ gss-client: gss-client.o gss-misc.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
$(OUTPRE)gss-server.exe: $(OUTPRE)gss-server.obj $(OUTPRE)gss-misc.obj $(GLIB) $(KLIB)
link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib $(SCLIB)
+ $(_VC_MANIFEST_EMBED_EXE)
$(OUTPRE)gss-client.exe: $(OUTPRE)gss-client.obj $(OUTPRE)gss-misc.obj $(GLIB) $(KLIB)
link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib $(SCLIB)
+ $(_VC_MANIFEST_EMBED_EXE)
clean-unix::
$(RM) gss-server gss-client
diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in
index ded4c95..490b5dc 100644
--- a/src/appl/gssftp/ftp/Makefile.in
+++ b/src/appl/gssftp/ftp/Makefile.in
@@ -38,6 +38,7 @@ ftp: $(OBJS) $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
$(OUTPRE)ftp.exe: $(OBJS) $(GLIB) $(KLIB)
link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib advapi32.lib $(SCLIB)
+ $(_VC_MANIFEST_EMBED_EXE)
clean-unix::
$(RM) ftp