Adaptation to MSIBuild updates
- Source file English "en_US" instead of generic "En" now - MSIBUILD_LANG_PO merged to LANG
This commit is contained in:
parent
8f264447dd
commit
37479173a2
@ -37,7 +37,7 @@ i2 L0
|
||||
Error Error
|
||||
<<NOKEEP
|
||||
|
||||
"En.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
|
||||
"en_US.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
|
||||
-if exist $@ del /f /q $@
|
||||
move /y << $@ > NUL
|
||||
Error Message
|
||||
@ -68,11 +68,11 @@ i2 L0
|
||||
2576 Error [5] setting profile "[3]" on WLAN interface [2] (WLAN reason is [4]). Please, contact your support personnel.
|
||||
<<NOKEEP
|
||||
|
||||
!IF "$(LANG)" == "En"
|
||||
"En.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx"
|
||||
!IF "$(LANG)" == "en_US"
|
||||
"en_US.$(PLAT).$(CFG).Error-2.idt" : "en_US.$(PLAT).$(CFG).Error-2.idtx"
|
||||
copy /y $** $@ > NUL
|
||||
!ELSE
|
||||
"$(LANG).$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\$(MSIBUILD_LANG_PO).po"
|
||||
"$(LANG).$(PLAT).$(CFG).Error-2.idt" : "en_US.$(PLAT).$(CFG).Error-2.idtx" "..\locale\$(LANG).po"
|
||||
rcxgettext.exe idtp $@ $**
|
||||
!ENDIF
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
@echo off
|
||||
nmake.exe /ls All LANG=En CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls All LANG=Sl CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls All LANG=En CFG=Debug PLAT=x64
|
||||
nmake.exe /ls All LANG=Sl CFG=Debug PLAT=x64
|
||||
nmake.exe /ls All LANG=En CFG=Release PLAT=Win32
|
||||
nmake.exe /ls All LANG=Sl CFG=Release PLAT=Win32
|
||||
nmake.exe /ls All LANG=En CFG=Release PLAT=x64
|
||||
nmake.exe /ls All LANG=Sl CFG=Release PLAT=x64
|
||||
nmake.exe /ls All LANG=en_US CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls All LANG=en_US CFG=Debug PLAT=x64
|
||||
nmake.exe /ls All LANG=en_US CFG=Release PLAT=Win32
|
||||
nmake.exe /ls All LANG=en_US CFG=Release PLAT=x64
|
||||
|
@ -1,9 +1,5 @@
|
||||
@echo off
|
||||
nmake.exe /ls Clean LANG=En CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=Sl CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=En CFG=Debug PLAT=x64
|
||||
nmake.exe /ls Clean LANG=Sl CFG=Debug PLAT=x64
|
||||
nmake.exe /ls Clean LANG=En CFG=Release PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=Sl CFG=Release PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=En CFG=Release PLAT=x64
|
||||
nmake.exe /ls Clean LANG=Sl CFG=Release PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=x64
|
||||
|
Loading…
x
Reference in New Issue
Block a user