From 3f6b4c9fdd01e4d500886003939fb4dad87b9109 Mon Sep 17 00:00:00 2001 From: "Asanka C. Herath" Date: Thu, 2 Dec 2010 13:19:21 -0500 Subject: [PATCH] Windows: Include shim from thirdparty/MKShim directory --- packages/windows/installer/NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/windows/installer/NTMakefile b/packages/windows/installer/NTMakefile index 9252cc1c9..bd87a0e1c 100644 --- a/packages/windows/installer/NTMakefile +++ b/packages/windows/installer/NTMakefile @@ -153,8 +153,8 @@ THIRDPARTYOBJS=$(INSTDIR)\apicache.wixobj $(INSTDIR)\lsacache.wixobj THIRDPARTYOPT=-dApiCache=1 -dLsaCache=1 !endif -!ifdef MKSHIMDIR -THIRDPARTYOBJS=$(THIRDPARTYOBJS) $(MKSHIMDIR)\out\dest_$(OUTDIR)\install\MKShim.wixlib +!if exist($(SRC)\thirdparty\MKShim) +THIRDPARTYOBJS=$(THIRDPARTYOBJS) $(INSTDIR)\MKShim.wixlib THIRDPARTYOPT=$(THIRDPARTYOPT) -dMKShim=1 !endif