Mercurial > hg > digilib-old
view client/digitallibrary/jquery/img/make_icon.cmd @ 858:da4938dac521 stream
don't prestart threads.
doesn't really matter for tomcat since we need no-memory-leak-test for ImageIO anyway.
author | robcast |
---|---|
date | Tue, 08 Mar 2011 13:15:12 +0100 |
parents | ab8054bba8d3 |
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