
Moved files around to generate releases later on, but also to separate the code into many different applications each with their own purpose (patch server, game server, data storage, script compiler, files library, and so on).
16 lines
225 B
Erlang
16 lines
225 B
Erlang
{sub_dirs, [
|
|
"apps/egs"
|
|
]}.
|
|
{dialyzer_opts, [src, {warnings, [
|
|
behaviours,
|
|
error_handling,
|
|
race_conditions,
|
|
unmatched_returns
|
|
%% underspecs
|
|
]}]}.
|
|
{erl_opts, [
|
|
%% bin_opt_info,
|
|
%% warnings_as_errors,
|
|
warn_export_all
|
|
]}.
|