summaryrefslogtreecommitdiff
path: root/rebar.bat
Commit message (Collapse)AuthorAgeFilesLines
* Fix rebar.bat path handlingJan Klötzke2011-06-131-2/+2
| | | | | | Use "%~f0" to get the full path of rebat.bat to correctly locate the rebar script. Also put the script name in quotes when passing it to escript.exe to correctly handle paths with spaces.
* Set local scope for env vars in rebar.batJuhani Rankimies2011-01-121-0/+1
|
* Improve rebar.batJuhani Rankimies2010-10-271-1/+2
| | | | | | | Add support for invoking rebar from other than current directory. For example: ..\rebar create-node nodeid=mysample requires rebar.bar and rebar (escript) to be in the same directory.
* add bat scripts for bootstrap and rebat (windows doesn't understand ↵Juhani Rankimies2010-08-021-0/+2
shebang), make bootstrap work on windows