From cc11ee442d86acd60df6fece552c86f4eca4d878 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 11 Mar 2016 14:59:52 +0100 Subject: [PATCH] Path fixed --- MSIBuild/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index 8095cbf..7448347 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -17,7 +17,7 @@ # along with MSICA. If not, see . # -!INCLUDE "..\..\..\MSI\include\MSIBuildCfg.mak" +!INCLUDE "..\..\..\..\include\MSIBuildCfg.mak" MSIBUILD_IS_LOCALIZEABLE=1 @@ -29,7 +29,7 @@ All :: \ "$(LANG).$(PLAT).$(CFG).Error-1.idt" \ "$(LANG).$(PLAT).$(CFG).Error-2.idt" -"$(LANG).$(PLAT).$(CFG).Error-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"$(LANG).$(PLAT).$(CFG).Error-1.idt" : "Makefile" "..\..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL Error Message @@ -37,7 +37,7 @@ i2 L0 Error Error < NUL Error Message @@ -85,4 +85,4 @@ i2 L0 # Build MSM module! ###################################################################### -!INCLUDE "..\..\..\MSI\MSIBuild\MSM.mak" +!INCLUDE "..\..\..\..\MSIBuild\MSM.mak"