bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 16:23:09 +0100
branchcvs_MAIN
changeset 318 ff7116c02937
parent 317 8b5ef24ed79f
child 319 d0117a7b0c44
permissions -rw-r--r--
Oops, another fix in bmake.bat stub

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% ..\..\%PACKAGE%
IF [%ERRORLEVEL%] == [0] (
	cd ..\..\%PACKAGE%
	call bmake.bat %*
) ELSE (
	cd ..\..\%PACKAGE%
)