diff client/src/main/webapp/jquery/img/embedded_icons.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/embedded_icons.cmd@2294e91613e6
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/main/webapp/jquery/img/embedded_icons.cmd	Tue Apr 19 18:44:25 2011 +0200
@@ -0,0 +1,14 @@
+rem @echo off
+setlocal
+
+rem saxon embedded.svg embedded_icons.xsl
+
+set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe
+
+for %%f in (embedded\svg\*.svg) do (
+    echo %%~nf
+	%ink% %%f --export-png=embedded\16\%%~nf.png -w16 -h16
+	%ink% %%f --export-png=embedded\32\%%~nf.png -w32 -h32
+	)
+
+endlocal
\ No newline at end of file