bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 10 Jul 2014 08:43:00 +0100
branchcvs_MAIN
changeset 319 d0117a7b0c44
parent 318 ff7116c02937
child 320 5242593726f0
permissions -rw-r--r--
bmake.bat updated to use hg-clone-and-bmake.bat script Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/

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
REM Upstream repository: 
REM SET REPO=https://janvrany@bitbucket.org/janvrany/stx-goodies-smallsense

%TOP%\rules\hg-clone-and-bmake.bat %REPO% ..\.. %PACKAGE% %*