diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-13 11:31:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-13 11:31:18 +0300 |
commit | fcd8fed654606c80c4ec8a0f6718ba62de331e95 (patch) | |
tree | a453e7bce302e047fb3582a6c025ca1f0d37ef87 /bin16 | |
parent | 6bb048378e2b73c908f4512d9a925e736bd44fda (diff) |
pascal version of QuickSearch moved to miranda-deprecated repository
Diffstat (limited to 'bin16')
-rw-r--r-- | bin16/pascal.bat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin16/pascal.bat b/bin16/pascal.bat index 1dbb959545..be52fa761d 100644 --- a/bin16/pascal.bat +++ b/bin16/pascal.bat @@ -14,11 +14,6 @@ call make.bat fpc%fpcpl% 16 if errorlevel 1 goto :Error popd -pushd QuickSearch -call make.bat fpc%fpcpl% 16 -if errorlevel 1 goto :Error -popd - pushd Watrack call make.bat fpc%fpcpl% 16 if errorlevel 1 goto :Error |