summaryrefslogtreecommitdiff
path: root/bin10/pascal32.bat
blob: 3d6e3dec2fc7f457aa2c864ca31cc2d9464da7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
rem @echo off

pushd ..\plugins

pushd Actman
call make.bat fpc 10
if errorlevel 1 goto :Error
popd

pushd Actman30
call make.bat fpc 10
if errorlevel 1 goto :Error
popd

pushd ImportTXT
call make.bat fpc 10
if errorlevel 1 goto :Error
popd

pushd mRadio
call make.bat fpc 10
if errorlevel 1 goto :Error
popd

pushd QuickSearch
call make.bat fpc 10
if errorlevel 1 goto :Error
popd

pushd Watrack
call make.bat fpc 10
if errorlevel 1 goto :Error
cd icons
call makeicons.bat fpc 10
if errorlevel 1 goto :Error
popd

popd
goto :eof

:Error
echo ============================= FAIL! =============================
exit