Componentes.Terceros.jvcl/official/3.39/devtools/bin/pg2want.bat
2010-01-18 16:55:50 +00:00

11 lines
193 B
Batchfile

if NOT EXIST pg2want.exe goto make
:build
pg2want.exe ..\..\packages\xml\*.xml separate.xml fixed.xml ./jvcl/ >pg2want.log
goto end
:make
cd..
make pg2want.exe
cd bin
goto build
:end