bmake.bat
branchcvs_MAIN
changeset 319 d0117a7b0c44
parent 318 ff7116c02937
child 320 5242593726f0
equal deleted inserted replaced
318:ff7116c02937 319:d0117a7b0c44
     1 REM $Header$
     1 REM $Header$
     2 REM
     2 REM
     3 REM Simple stub to fetch stx:goodies/smallsense from Mercurial repository
     3 REM Simple stub to fetch stx:goodies/smallsense from Mercurial repository
     4 
     4 
     5 set TOP=..\..\..\stx
     5 SET TOP=..\..\..\stx
     6 set PACKAGE=stx\goodies\smallsense
     6 SET PACKAGE=stx\goodies\smallsense
     7 set REPO=http://hg.bh.exept.de/stx.goodies.smallsense
     7 SET REPO=http://hg.bh.exept.de/stx.goodies.smallsense
       
     8 REM Upstream repository: 
       
     9 REM SET REPO=https://janvrany@bitbucket.org/janvrany/stx-goodies-smallsense
     8 
    10 
     9 cd %TOP%\rules
    11 %TOP%\rules\hg-clone-and-bmake.bat %REPO% ..\.. %PACKAGE% %*
    10 call hg-clone.bat %REPO% ..\..\%PACKAGE%
       
    11 IF [%ERRORLEVEL%] == [0] (
       
    12 	cd ..\..\%PACKAGE%
       
    13 	call bmake.bat %*
       
    14 ) ELSE (
       
    15 	cd ..\..\%PACKAGE%
       
    16 )