From 8f264447dd1d8a752209ab1331fda4360ebfaed2 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 6 Sep 2016 16:40:44 +0200 Subject: [PATCH] Generation of localized IDT files simplified --- MSIBuild/Makefile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index 2b362a1..cb83e07 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -68,20 +68,13 @@ i2 L0 2576 Error [5] setting profile "[3]" on WLAN interface [2] (WLAN reason is [4]). Please, contact your support personnel. < NUL - -"It.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\it_IT.po" - rcxgettext.exe idtp $@ $** - -"Ru.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\ru_RU.po" - rcxgettext.exe idtp $@ $** - -"Sl.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\sl_SI.po" +!ELSE +"$(LANG).$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\$(MSIBUILD_LANG_PO).po" rcxgettext.exe idtp $@ $** +!ENDIF ######################################################################