bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 14:02:56 +0100
branchcvs_MAIN
changeset 316 33c6783e4be8
child 317 8b5ef24ed79f
permissions -rw-r--r--
Stub to fetch SmallSense from Mercurial repository

REM $Header$
REM
REM Simple stub to fetch stx:goodies/smallsense from Mercurial repository

set TOP=..\..\..\stx
set PACKAGE=stx\goodies\smallsense
set REPO=http://hg.bh.exept.de/stx.goodies.smallsense

cd %TOP%\rules
call hg-clone.bat %REPO% %TOP%\..\%PACKAGE%
IF [%ERRORLEVEL%] == [0] (
	cd %TOP%\..\%PACKAGE%
	call bmake.bat %*
) ELSE (
	cd %TOP%\..\%PACKAGE%
)