# HG changeset patch # User Dario Sestito # Date 1236015772 0 # Node ID d1c51edcc657e832b0caf08964194b0cee20b60a Initial drop of FBF bootstrap diff -r 000000000000 -r d1c51edcc657 bootstrap.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootstrap.xml Mon Mar 02 17:42:52 2009 +0000 @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + set SBS_HOME=${bootstrap.base.dir}\sbs +set PATH=${bootstrap.base.dir}\sbs\bin;${bootstrap.base.dir}\sbs\win32\mingw\bin;${bootstrap.base.dir}\sbs\win32\cygwin\bin;%PATH% + + + + + + + + + + + + + + + \ No newline at end of file diff -r 000000000000 -r d1c51edcc657 hlm.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hlm.bat Mon Mar 02 17:42:52 2009 +0000 @@ -0,0 +1,9 @@ +@echo off +setlocal +if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium +echo %HELIUM_HOME% +call %HELIUM_HOME%\hlm.bat %* +endlocal + + + \ No newline at end of file diff -r 000000000000 -r d1c51edcc657 run.bootstrap.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/run.bootstrap.txt Mon Mar 02 17:42:52 2009 +0000 @@ -0,0 +1,1 @@ +hlm -f bootstrap.xml clean-env bootstrap -lib=D:\helium-3.44\helium-3.44.x\helium\external\antlibs\internal\ \ No newline at end of file