summaryrefslogtreecommitdiff
path: root/bin10/pascal64.bat
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-10-09 15:55:07 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-10-09 15:55:07 +0000
commitc2d4724cd7f38ecdf0c207e10b89e18beb07e726 (patch)
tree92745b628e17796084e71f2074b8569fc77a25fd /bin10/pascal64.bat
parent0107faa391ed5c4975aad29f2b27d605711a7698 (diff)
pascal64.bat - come to papa
git-svn-id: http://svn.miranda-ng.org/main/trunk@1846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/pascal64.bat')
-rw-r--r--bin10/pascal64.bat25
1 files changed, 25 insertions, 0 deletions
diff --git a/bin10/pascal64.bat b/bin10/pascal64.bat
new file mode 100644
index 0000000000..5dc5c61c2d
--- /dev/null
+++ b/bin10/pascal64.bat
@@ -0,0 +1,25 @@
+rem @echo off
+
+pushd ..\plugins
+
+pushd Actman
+call make.bat fpc64
+popd
+
+pushd mRadio
+call make.bat fpc64
+popd
+
+pushd QuickSearch
+call make.bat fpc64
+popd
+
+pushd ShlExt
+call make.bat fpc64
+popd
+
+pushd Watrack
+call make.bat fpc64
+popd
+
+popd \ No newline at end of file