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.
21 lines
303 B
21 lines
303 B
![]()
20 years ago
|
|
||
![]()
19 years ago
|
@if "x%1"=="x--help" goto usage
|
||
|
|
||
|
@set arg=dynamic
|
||
|
@if "x%1"=="x--static" set arg=static
|
||
|
|
||
|
@echo Configuring for %arg% build...
|
||
|
|
||
![]()
20 years ago
|
erlc configure.erl
|
||
![]()
19 years ago
|
erl -s configure -env arg %arg% -noshell
|
||
|
|
||
|
@goto end
|
||
|
|
||
|
:usage
|
||
|
@echo Usage: configure.bat
|
||
|
@echo or configure.bat --static
|
||
|
@echo or configure.bat --help
|
||
|
|
||
|
:end
|
||
![]()
20 years ago
|
|