Windows: Add application manifest file to SDK

This commit is contained in:
Asanka C. Herath
2010-11-10 13:42:04 -05:00
parent 1e365190d0
commit 80211ca0c8

View File

@@ -105,6 +105,7 @@ INCFILES=\
$(SDKINCDIR)\gssapi\gssapi_krb5.h \ $(SDKINCDIR)\gssapi\gssapi_krb5.h \
$(SDKINCDIR)\gssapi\gssapi_ntlm.h \ $(SDKINCDIR)\gssapi\gssapi_ntlm.h \
$(SDKINCDIR)\gssapi\gssapi_spnego.h \ $(SDKINCDIR)\gssapi\gssapi_spnego.h \
$(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest \
LIBFILES=\ LIBFILES=\
$(SDKLIBDIR)\heimdal.lib \ $(SDKLIBDIR)\heimdal.lib \
@@ -134,6 +135,9 @@ all:: $(INCFILES) $(LIBFILES)
{$(INCDIR)\gssapi}.h{$(SDKINCDIR)\gssapi}.h: {$(INCDIR)\gssapi}.h{$(SDKINCDIR)\gssapi}.h:
$(CP) $** $@ $(CP) $** $@
$(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest: $(APPMANIFEST)
$(CP) $** $@
clean:: clean::
-$(RM) $(SDKINCDIR)\*.* -$(RM) $(SDKINCDIR)\*.*
-$(RM) $(SDKINCDIR)\krb5\*.* -$(RM) $(SDKINCDIR)\krb5\*.*