2008-12-29 21:18:02 +00:00
|
|
|
setlocal
|
2008-07-20 20:24:35 +00:00
|
|
|
set lazpath="c:\tools\lazarus"
|
|
|
|
if not exist %lazpath% (set lazpath="c:\lazarus")
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestFlexEdit/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestLabel/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestRLbl/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestSimpField/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestSpinner/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestTable/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestTblEdits/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestURL/project1.lpi
|
|
|
|
"%lazpath%\lazbuild" -d tests/TestVLB/project1.lpi
|
2008-12-29 21:18:02 +00:00
|
|
|
"%lazpath%\lazbuild" -d tests/TestCalendar/project1.lpi
|