[grisbi-cvs] grisbi/win32-msvc package.cmd,1.4,1.5
Mickaƫl Remars
mykeul at users.sourceforge.net
Mon Sep 21 10:56:12 CEST 2009
Update of /cvsroot/grisbi/grisbi/win32-msvc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31303
Modified Files:
package.cmd
Log Message:
Generates grisbi.mo files and includes them in the zip
Index: package.cmd
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/package.cmd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- package.cmd 21 Sep 2009 07:58:15 -0000 1.4
+++ package.cmd 21 Sep 2009 08:56:10 -0000 1.5
@@ -12,6 +12,11 @@
xcopy /S /Y ..\pixmaps\*.png %DIR%\pixmaps\
+for %%f in (CS DA DE EL EO ES FA FR HE IT NL PL PT_BR RO RU ZH_CN) do (
+ mkdir target\zip\lib\locale\%%f\LC_MESSAGES
+ target\gtk-dev\bin\msgfmt.exe ..\po\%%f.po --output-file=target\zip\lib\locale\%%f\LC_MESSAGES\grisbi.mo
+)
+
cd %DIR%
zip -r ..\grisbi *
pause
More information about the cvs
mailing list