Windows: installer NTMakefile fix thirdparty paths
The subdirectory level was incorrect in the thirdparty assembly tests. Change-Id: Icbb578a5dac11b93ff7f1f5c28caf029e8805eeb
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
RELDIR=packages\windows\installer
|
RELDIR=packages\windows\installer
|
||||||
|
|
||||||
!include ../../../windows/NTMakefile.w32
|
!include ..\..\..\windows/NTMakefile.w32
|
||||||
|
|
||||||
!ifdef BUILD_INSTALLERS
|
!ifdef BUILD_INSTALLERS
|
||||||
|
|
||||||
@@ -54,8 +54,8 @@ DEBUGOPT=-$(BUILD)
|
|||||||
######################################################################
|
######################################################################
|
||||||
# Heimdal Merge Modules
|
# Heimdal Merge Modules
|
||||||
|
|
||||||
!if exist(thirdparty\installer\heimdal-assemblies.wxs)
|
!if exist(..\..\..\thirdparty\installer\heimdal-assemblies.wxs)
|
||||||
ASM_WXS=thirdparty\installer\heimdal-assemblies.wxs
|
ASM_WXS=..\..\..\thirdparty\installer\heimdal-assemblies.wxs
|
||||||
!else
|
!else
|
||||||
ASM_WXS=heimdal-assemblies.wxs
|
ASM_WXS=heimdal-assemblies.wxs
|
||||||
!endif
|
!endif
|
||||||
@@ -75,8 +75,8 @@ $(OBJ)\heimdal-assemblies.wixobj: $(ASM_WXS)
|
|||||||
$(SDKREDISTDIR)\Heimdal.msm: $(ASSEMBLYMODULE)
|
$(SDKREDISTDIR)\Heimdal.msm: $(ASSEMBLYMODULE)
|
||||||
$(CP) $** $@
|
$(CP) $** $@
|
||||||
|
|
||||||
!if exist(thirdparty\installer\heimdal-policy.wxs)
|
!if exist(..\..\..\thirdparty\installer\heimdal-policy.wxs)
|
||||||
POLICY_WXS=thirdparty\installer\heimdal-policy.wxs
|
POLICY_WXS=..\..\..\thirdparty\installer\heimdal-policy.wxs
|
||||||
!else
|
!else
|
||||||
POLICY_WXS=heimdal-policy.wxs
|
POLICY_WXS=heimdal-policy.wxs
|
||||||
!endif
|
!endif
|
||||||
@@ -167,7 +167,7 @@ CANDLEOPTS= \
|
|||||||
-dDocDir=$(DOCDIR) \
|
-dDocDir=$(DOCDIR) \
|
||||||
-dSrcDir=$(SRC) \
|
-dSrcDir=$(SRC) \
|
||||||
-dPlatform=$(PLATFORM) \
|
-dPlatform=$(PLATFORM) \
|
||||||
-dPolPrefix=$(POLPREFIX) \
|
-dPolPrefix=$(POLPREFIX)
|
||||||
|
|
||||||
!if "$(CPU)"=="AMD64"
|
!if "$(CPU)"=="AMD64"
|
||||||
|
|
||||||
@@ -177,7 +177,7 @@ CANDLEOPTS=$(CANDLEOPTS) -dTarget64 \
|
|||||||
-dInstDir32=$(INSTDIR32) \
|
-dInstDir32=$(INSTDIR32) \
|
||||||
-dInstDir64=$(INSTDIR) \
|
-dInstDir64=$(INSTDIR) \
|
||||||
-dRuntimeModule32=$(RUNTIMEMODULE32) \
|
-dRuntimeModule32=$(RUNTIMEMODULE32) \
|
||||||
-dRuntimeModule64=$(RUNTIMEMODULE64) \
|
-dRuntimeModule64=$(RUNTIMEMODULE64)
|
||||||
|
|
||||||
!ifdef MULTIPLATFORM_INSTALLER
|
!ifdef MULTIPLATFORM_INSTALLER
|
||||||
CANDLEOPTS_MULTI= -dTarget32
|
CANDLEOPTS_MULTI= -dTarget32
|
||||||
|
Reference in New Issue
Block a user