Mercurial > hg > digilib
view client/src/main/webapp/jquery/img/make_icon.cmd @ 883:7ffb45138f61 mvnify
rearrange sources to maven directory standard
| author | robcast |
|---|---|
| date | Tue, 19 Apr 2011 18:44:25 +0200 |
| parents | client/digitallibrary/jquery/img/make_icon.cmd@b21606c8db09 |
| children |
line wrap: on
line source
@echo off setlocal rem saxon embedded.svg embedded_icons.xsl set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe %ink% embedded\svg\%1.svg --export-png=embedded\16\%1.png -w16 -h16 %ink% embedded\svg\%1.svg --export-png=embedded\32\%1.png -w32 -h32 endlocal
