Windows: Fix typos in makefiles
This commit is contained in:
@@ -114,7 +114,7 @@ THIRDPARTYOPT=-dApiCache=1 -dLsaCache=1
|
||||
|
||||
!ifdef MKSHIMDIR
|
||||
THIRDPARTYOBJS=$(THIRDPARTYOBJS) $(MKSHIMDIR)\out\dest_$(OUTDIR)\install\MKShim.wixlib
|
||||
THIRDPARTYOPT=$(THIRDPARTYOPTS) -dMKShim=1
|
||||
THIRDPARTYOPT=$(THIRDPARTYOPT) -dMKShim=1
|
||||
!endif
|
||||
|
||||
INSTALLER=$(INSTDIR)\Heimdal-$(CPU)$(DEBUGOPT)-$(VERSIOND).msi
|
||||
|
@@ -135,7 +135,7 @@ all:: $(INCFILES) $(LIBFILES)
|
||||
{$(INCDIR)\gssapi}.h{$(SDKINCDIR)\gssapi}.h:
|
||||
$(CP) $** $@
|
||||
|
||||
{$(INCDIR)\gssapi}.h{$(SDKINCDIR)}.h:
|
||||
{$(INCDIR)\gssapi}.h{$(SDKINCDIR)\heimdal}.h:
|
||||
$(CP) $** $@
|
||||
|
||||
$(SDKINCDIR)\Heimdal.Application.$(MCPU).manifest: $(APPMANIFEST)
|
||||
|
Reference in New Issue
Block a user