bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 16:21:52 +0100
branchcvs_MAIN
changeset 317 8b5ef24ed79f
parent 316 33c6783e4be8
child 318 ff7116c02937
permissions -rw-r--r--
Fixed bmake.bat stub
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
316
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
REM $Header$
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
REM
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
REM Simple stub to fetch stx:goodies/smallsense from Mercurial repository
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
set TOP=..\..\..\stx
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
set PACKAGE=stx\goodies\smallsense
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
set REPO=http://hg.bh.exept.de/stx.goodies.smallsense
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
cd %TOP%\rules
317
8b5ef24ed79f Fixed bmake.bat stub
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 316
diff changeset
    10
call hg-clone.bat %REPO% ..\..\%PACKAGE%
316
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
IF [%ERRORLEVEL%] == [0] (
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
	cd %TOP%\..\%PACKAGE%
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
	call bmake.bat %*
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
) ELSE (
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
	cd %TOP%\..\%PACKAGE%
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
)