Update translation templates

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2019-08-12 14:10:42 +02:00
parent d66ad98a49
commit e10923c7c2
8 changed files with 271 additions and 696 deletions

View 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