bmake.bat
branchcvs_MAIN
changeset 316 33c6783e4be8
child 317 8b5ef24ed79f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bmake.bat	Wed Jul 09 14:02:56 2014 +0100
@@ -0,0 +1,16 @@
+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% %TOP%\..\%PACKAGE%
+IF [%ERRORLEVEL%] == [0] (
+	cd %TOP%\..\%PACKAGE%
+	call bmake.bat %*
+) ELSE (
+	cd %TOP%\..\%PACKAGE%
+)