]> granicus.if.org Git - ejabberd/blob - configure.bat
Improve overloaded S2S queue processing
[ejabberd] / configure.bat
1
2 @if "x%1"=="x--help" goto usage
3
4 @set arg=dynamic
5 @if "x%1"=="x--static" set arg=static
6
7 @echo Configuring for %arg% build...
8
9 erlc configure.erl
10 erl -s configure -env arg %arg% -noshell
11
12 @goto end
13
14 :usage
15 @echo Usage: configure.bat
16 @echo or configure.bat --static
17 @echo or configure.bat --help
18
19 :end
20