Componentes.Terceros.jvcl/internal/3.36/1/devtools/bin/pg2want.bat
2009-03-04 12:31:55 +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