From 5003623de75b694b158d802caf4f775f11404cf3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 19 Sep 2016 10:45:32 +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 4dfe6ac..aba1573 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -113,7 +113,7 @@ InstallScheduledTasksExec Installing scheduled tasks Scheduled task: [1] copy /y $** $@ > NUL !ELSE "$(LANG).$(PLAT).$(CFG).ActionText-2.idt" : "en_US.$(PLAT).$(CFG).ActionText-2.idtx" "..\locale\$(LANG).po" - rcxgettext.exe idtp $@ $** + cscript.exe "..\..\MSIBuild\MSI.wsf" //Job:IDTTranslate //Nologo $@ $** /CP:$(MSIBUILD_CODEPAGE) !ENDIF