summaryrefslogtreecommitdiff
path: root/bin10/pascal32.bat
blob: eb5e3376e04663d2c3b0d2c1680a0c1236002ad0 (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 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

pushd Dbx_mmap_SA\Cryptors\Athena
call make.bat fpc 10
if errorlevel 1 goto :Error
popd

popd
goto :eof

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