bmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 16 Apr 2015 17:04:32 +0200
branchexpecco_2_7_5
changeset 3426 1d730c5852f9
parent 2678 c865275e48a7
permissions -rw-r--r--
expecco_2_7_5 is based on mercurial repositories
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3426
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     1
REM $Header: /cvs/stx/stx/libjava/bmake.bat,v 1.10.2.1 2015-04-16 15:04:32 stefan Exp $
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     2
REM
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     3
REM Simple stub to fetch stx:libjava from Mercurial repository
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2401
diff changeset
     4
3426
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     5
set TOP=..\..\stx
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     6
set PACKAGE=stx\libjava
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     7
set REPO=http://hg.bh.exept.de/stx.libjava
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     8
REM Upstream repository: 
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
     9
REM SET REPO=https://janvrany@bitbucket.org/janvrany/stx-libjava
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2401
diff changeset
    10
3426
1d730c5852f9 expecco_2_7_5 is based on mercurial repositories
Stefan Vogel <sv@exept.de>
parents: 2678
diff changeset
    11
%TOP%\rules\hg-clone-and-bmake.bat %REPO% %TOP% %PACKAGE% %*