LameXP/etc/Translation/release.bat

12 lines
292 B
Batchfile
Raw Normal View History

@echo off
REM ---------------------------
set "QTVARS=E:\Qt\MSVC\4.7.1\bin\qtvars.bat"
REM ---------------------------
call "%QTVARS%"
REM ---------------------------
2011-01-02 04:19:01 +01:00
for %%f in (LameXP_??.ts) do (
lrelease.exe %%f -qm ..\..\res\localization\%%~nf.qm
)
REM ---------------------------
pause