diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-10 09:42:33 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-10 09:42:33 +0000 |
commit | 16f401d0f7d122b97ff3cb0ab49e47c38ad6e5a2 (patch) | |
tree | e61629b55b369ab697eb04eb220bbb3832c94fbc /bin10/pascal32.bat | |
parent | 1216b6c0235d6f55c29671c6b2b1074c8962da38 (diff) |
mRadio icons added to icons solution, pascal bat files updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@1860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/pascal32.bat')
-rw-r--r-- | bin10/pascal32.bat | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bin10/pascal32.bat b/bin10/pascal32.bat index c2e5a6d76b..90048be23c 100644 --- a/bin10/pascal32.bat +++ b/bin10/pascal32.bat @@ -10,10 +10,6 @@ pushd ImportTXT call make.bat fpc
popd
-pushd mRadio
-call make.bat fpc
-popd
-
pushd QuickSearch
call make.bat fpc
popd
@@ -30,4 +26,12 @@ pushd Dbx_mmap_SA\Cryptors\Athena call make.bat fpc
popd
+popd
+
+pushd ..\protocols
+
+pushd mRadio
+call make.bat fpc
+popd
+
popd
\ No newline at end of file |