LaunchCondition's Description column is localizable now

This commit is contained in:
Simon Rozman 2016-05-19 13:16:22 +02:00
parent 72bbc4bfe6
commit b9c9d6e674

View File

@ -831,15 +831,27 @@ RemoveExistingProducts 6700
####################################################################### #######################################################################
## LaunchCondition ## 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 $@ # -if exist $@ del /f /q $@
# move /y << $@ > NUL # move /y << $@ > NUL
#Condition Description #Condition Description
#s255 l255 #s255 l255
#LaunchCondition Condition #LaunchCondition Condition
#<<NOKEEP #<<NOKEEP
#
#"De.$(PLAT).$(CFG).LaunchCondition-2.idt" : "En.$(PLAT).$(CFG).LaunchCondition-2.idtx" "..\locale\de_DE.po"
# rcxgettext.exe idtp $@ $**
#
#"En.$(PLAT).$(CFG).LaunchCondition-2.idt" : "En.$(PLAT).$(CFG).LaunchCondition-2.idtx"
# copy /y $** $@ > 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 $@ $**
####################################################################### #######################################################################