diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-24 09:14:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-24 09:14:28 +0000 |
commit | 3383932a9bdee5d1166e8fdb560079da517fb568 (patch) | |
tree | e401e37faa156ed5d06e2d1fab9c7e07f95e6131 /bin10/pascal64.bat | |
parent | 278212c375c66cb5d4c95082f86b9014137dca19 (diff) |
- ShellExt:
Delphi plugin moved to Deprecated
C++ plugin added to solutions
Preferences moved from 'Plugins' to 'Services'
git-svn-id: http://svn.miranda-ng.org/main/trunk@5807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/pascal64.bat')
-rw-r--r-- | bin10/pascal64.bat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin10/pascal64.bat b/bin10/pascal64.bat index b3772d3a81..4708d8f4b2 100644 --- a/bin10/pascal64.bat +++ b/bin10/pascal64.bat @@ -17,11 +17,6 @@ call make.bat fpc64 10 if errorlevel 1 goto :Error
popd
-pushd ShlExt
-call make.bat fpc64 10
-if errorlevel 1 goto :Error
-popd
-
pushd Watrack
call make.bat fpc64 10
if errorlevel 1 goto :Error
|