Mercurial > hg > digilib
annotate client/src/main/webapp/jquery/img/embedded_icons.cmd @ 892:ec077cb6a8dc mvnify
merge from jquery branch
| author | robcast |
|---|---|
| date | Tue, 26 Apr 2011 10:44:10 +0200 |
| parents | 7ffb45138f61 |
| children |
| rev | line source |
|---|---|
| 659 | 1 rem @echo off |
| 2 setlocal | |
| 3 | |
| 4 rem saxon embedded.svg embedded_icons.xsl | |
| 5 | |
| 6 set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe | |
| 7 | |
| 8 for %%f in (embedded\svg\*.svg) do ( | |
| 9 echo %%~nf | |
| 10 %ink% %%f --export-png=embedded\16\%%~nf.png -w16 -h16 | |
| 11 %ink% %%f --export-png=embedded\32\%%~nf.png -w32 -h32 | |
| 12 ) | |
| 13 | |
| 14 endlocal |
