Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Регистрация
Вход
SisMaker
/
rebar3
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Projects
0
Версии
62
Уики
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
743
Ревизии
12
Клонове
11 MiB
ИН на ревизия:
28b9cebf0a
compile-type
hex_core
master
multi-pkg-dir
revert-1813-certifi-2.3.1
revert-2195-otp-23-master-compat-part2
revert-ebin_modules
rm-app_compilers-env
symlink_or_create_appsubdirs
v3.13
v3.13.1
xrl-yrl-recompile
3.14.3
3.14.2
3.14.1
3.14.0
3.14.0-rc2
3.14.0-rc1
3.13.2
3.13.1
3.13.0
3.12.0
3.11.1
3.11.0
3.10.0
3.9.1
3.9.0
3.8.0
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.7.0-rc2
3.7.0-rc1
3.6.2
3.6.1
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
3.0.0-beta.4
3.0.0-beta.3
beta-4
beta-2
beta-1
alpha-6
alpha-5
alpha-4
alpha-3
alpha-2
alpha-1
alpha
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '28b9cebf0a'
${ noResults }
rebar3
/
rebar.bat
4 lines
77 B
Директен файл
Normal View
История
add bat scripts for bootstrap and rebat (windows doesn't understand shebang), make bootstrap work on windows
преди 14 години
Set local scope for env vars in rebar.bat
преди 14 години
Fix rebar.bat path handling 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.
преди 14 години
@
echo
off
setlocal
set
rebarscript
=
%~f0
escript.exe
"
%rebarscript:.bat=%
"
%*