Update translation templates
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
7
WLANManager/MSIBuild/build_all.bat
Normal file
7
WLANManager/MSIBuild/build_all.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
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=Debug PLAT=ARM64
|
||||
nmake.exe /ls All LANG=en_US CFG=Release PLAT=Win32
|
||||
nmake.exe /ls All LANG=en_US CFG=Release PLAT=x64
|
||||
nmake.exe /ls All LANG=en_US CFG=Release PLAT=ARM64
|
7
WLANManager/MSIBuild/clean_all.bat
Normal file
7
WLANManager/MSIBuild/clean_all.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
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=Debug PLAT=ARM64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=ARM64
|
Reference in New Issue
Block a user