~vcs-imports/castle/trunk

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

:end
pause