From d9d94aaf6595acb962271ec32c7a9b3734c6c728 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 15 Jun 2012 21:45:34 +0200 Subject: First bunch of cleanups --- win32/compile-po-files.bat | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 win32/compile-po-files.bat (limited to 'win32/compile-po-files.bat') diff --git a/win32/compile-po-files.bat b/win32/compile-po-files.bat deleted file mode 100644 index 6ffde997..00000000 --- a/win32/compile-po-files.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -echo.Compiling translations . . . -cd ..\po -rmdir /q /s locale -mkdir locale -for %%A in (*.po) do ( - mkdir locale\%%~nA\LC_MESSAGES - msgfmt -co locale\%%~nA\LC_MESSAGES\xchat.mo %%A -) -cd ..\win32 -- cgit 1.4.1