comparison client/src/main/webapp/jquery/img/make_icon.cmd @ 892:ba1eb2d821a2 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@ab8054bba8d3
children
comparison
equal deleted inserted replaced
891:6584af320296 892:ba1eb2d821a2
1 @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 %ink% embedded\svg\%1.svg --export-png=embedded\16\%1.png -w16 -h16
9 %ink% embedded\svg\%1.svg --export-png=embedded\32\%1.png -w32 -h32
10
11 endlocal