diff options
Diffstat (limited to 'plugins/QuickSearch')
-rw-r--r-- | plugins/QuickSearch/make.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index 26085d5760..4aa4e3f70d 100644 --- a/plugins/QuickSearch/make.bat +++ b/plugins/QuickSearch/make.bat @@ -18,8 +18,10 @@ md tmp rem brcc32.exe qs.rc -foqs.res
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
+if errorlevel 1 exit /b 1
move .\tmp\%PROJECT%.dll %OUTDIR%
move .\tmp\%PROJECT%.map .
del /Q tmp\*
rd tmp
+exit /b 0
|