diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-08 20:55:40 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-08 20:55:40 +0000 |
commit | d7f4819e75de560d7ebb8d4c9e9c1bc4f6b55606 (patch) | |
tree | 784da594e135d3131bd74208c427bc880cf32331 /bin10/pascal32.bat | |
parent | 86ae6a950c4843bdefde0100df840f27be8ca911 (diff) |
pascal compilation fixes (may need adjustment)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |