diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index cb83e07..6f47c9a 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -37,7 +37,7 @@ i2 L0 Error Error < 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. < 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 diff --git a/MSIBuild/build_all.bat b/MSIBuild/build_all.bat index 16b8bc7..0ef78c1 100644 --- a/MSIBuild/build_all.bat +++ b/MSIBuild/build_all.bat @@ -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 diff --git a/MSIBuild/clean_all.bat b/MSIBuild/clean_all.bat index b1ff08a..c2d1120 100644 --- a/MSIBuild/clean_all.bat +++ b/MSIBuild/clean_all.bat @@ -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