From b9c9d6e674e171f885a43c4f90d2baf00dc3adc6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 19 May 2016 13:16:22 +0200 Subject: [PATCH] LaunchCondition's Description column is localizable now --- Core/Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Core/Makefile b/Core/Makefile index daa2c84..dbc0a22 100644 --- a/Core/Makefile +++ b/Core/Makefile @@ -831,15 +831,27 @@ RemoveExistingProducts 6700 ####################################################################### ## LaunchCondition # -#All :: "$(LANG).$(PLAT).$(CFG).LaunchCondition-1.idt" +#All :: "$(LANG).$(PLAT).$(CFG).LaunchCondition-2.idt" # -#"$(LANG).$(PLAT).$(CFG).LaunchCondition-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" +#"En.$(PLAT).$(CFG).LaunchCondition-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" # -if exist $@ del /f /q $@ # move /y << $@ > NUL #Condition Description #s255 l255 #LaunchCondition Condition #< NUL +# +#"It.$(PLAT).$(CFG).LaunchCondition-2.idt" : "En.$(PLAT).$(CFG).LaunchCondition-2.idtx" "..\locale\it_IT.po" +# rcxgettext.exe idtp $@ $** +# +#"Sl.$(PLAT).$(CFG).LaunchCondition-2.idt" : "En.$(PLAT).$(CFG).LaunchCondition-2.idtx" "..\locale\sl_SI.po" +# rcxgettext.exe idtp $@ $** #######################################################################