From 367f05ef1df5a3c0eed58747bb81204508825bcc Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 19 Sep 2016 10:46:06 +0200 Subject: [PATCH] rcxgettext.exe dependency eliminated --- MSIBuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index 6f47c9a..6df2358 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -73,7 +73,7 @@ i2 L0 copy /y $** $@ > NUL !ELSE "$(LANG).$(PLAT).$(CFG).Error-2.idt" : "en_US.$(PLAT).$(CFG).Error-2.idtx" "..\locale\$(LANG).po" - rcxgettext.exe idtp $@ $** + cscript.exe "..\..\..\MSI\MSIBuild\MSI.wsf" //Job:IDTTranslate //Nologo $@ $** /CP:$(MSIBUILD_CODEPAGE) !ENDIF