Componentes.Terceros.jvcl/official/3.36/devtools/bin/pg2want.bat
2009-02-27 12:23:32 +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