git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
11 lines
193 B
Batchfile
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
|