~vcs-imports/castle/trunk

4668 by roelofb
Reduce build friction
1
@echo off
2
call build.cmd
3
if errorlevel 1 goto end
4
echo **************************************************************
5
echo The binaries can be found in the build\net-3.5\release folder.
6
echo **************************************************************
7
8
:end
9
pause