Current section

Files

Jump to
dll_loader_helper rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{pre_hooks,
[{"win32", compile, "nmake /F Makefile.win"}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/cocoa-xu/dll_loader_helper">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"README.md">>}]}.