summaryrefslogtreecommitdiff
path: root/plugins/Watrack/make.bat
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-01 14:55:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-01 14:55:02 +0000
commitfb4bd8c9af760d0f8050c2957b845f025243e696 (patch)
tree532e56c426786737d5c325866de29911c8b7e236 /plugins/Watrack/make.bat
parentd1382a8f229dddac34614dbecc10236f3a6ead2d (diff)
batch files enhancement - it shall stop if one of plugins fails to compile
git-svn-id: http://svn.miranda-ng.org/main/trunk@3819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/make.bat')
-rw-r--r--plugins/Watrack/make.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat
index 5fa64f556e..b0523071f9 100644
--- a/plugins/Watrack/make.bat
+++ b/plugins/Watrack/make.bat
@@ -27,8 +27,10 @@ rem brcc32.exe status\status.rc -fostatus\status.res
rem brcc32.exe templates\templates.rc -fotemplates\templates.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