Windows: Add application manifest file to SDK
This commit is contained in:
@@ -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\*.*
|
||||||
|
Reference in New Issue
Block a user