SparkleShare/data/plugins/build.cmd
serras 9cb6216109 - Move Windows libraries to special lib folder
- Change references to new positions
2012-02-27 13:21:13 +01:00

12 lines
239 B
Batchfile

@echo off
pushd %~dp0
set xslt=..\..\SparkleShare\Windows\tools\xslt\bin\release\xslt.exe
if not exist %xslt% call ..\..\SparkleShare\Windows\tools\xslt\build.cmd
for %%a in (*.xml.in) do (
%xslt% parse_plugins.xsl %%a %%~dpna
)
popd