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_ntlm.h \
|
||||
$(SDKINCDIR)\gssapi\gssapi_spnego.h \
|
||||
$(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest \
|
||||
|
||||
LIBFILES=\
|
||||
$(SDKLIBDIR)\heimdal.lib \
|
||||
@@ -134,6 +135,9 @@ all:: $(INCFILES) $(LIBFILES)
|
||||
{$(INCDIR)\gssapi}.h{$(SDKINCDIR)\gssapi}.h:
|
||||
$(CP) $** $@
|
||||
|
||||
$(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest: $(APPMANIFEST)
|
||||
$(CP) $** $@
|
||||
|
||||
clean::
|
||||
-$(RM) $(SDKINCDIR)\*.*
|
||||
-$(RM) $(SDKINCDIR)\krb5\*.*
|
||||
|
Reference in New Issue
Block a user