diff options
Diffstat (limited to 'bin10/pascal32.bat')
-rw-r--r-- | bin10/pascal32.bat | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/bin10/pascal32.bat b/bin10/pascal32.bat new file mode 100644 index 0000000000..407ac1812a --- /dev/null +++ b/bin10/pascal32.bat @@ -0,0 +1,29 @@ +rem @echo off
+
+pushd ..\plugins
+
+pushd Actman
+call make.bat fpc
+popd
+
+pushd ImportTXT
+call make.bat
+popd
+
+pushd mRadio
+call make.bat fpc
+popd
+
+pushd QuickSearch
+call make.bat fpc
+popd
+
+pushd ShlExt
+call make.bat
+popd
+
+pushd Watrack
+call make.bat fpc
+popd
+
+popd
\ No newline at end of file |