Packages
Add a directory to dynamic DLL search path on Windows.
Current section
Files
Jump to
Current section
Files
dll_loader_helper_beam
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{pre_hooks,
[{"(linux|darwin|solaris)", compile, "true"},
{"(freebsd)", compile, "true"},
{"win32", compile, "nmake DLL_LOADER_HELPER_BEAM_USE_PRECOMPILED=true Makefile.win"}
]}.
{edoc_opts,
[
{doclet, edoc_doclet_chunks},
{layout, edoc_layout_chunks},
{preprocess, true},
{dir, "_build/default/lib/dll_loader_helper_beam/doc"}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/cocoa-xu/dll_loader_helper_beam/tree/main/dll_loader_helper_beam">>},
{extras, [<<"README.md">>, <<"CHANGELOG.md">>, <<"LICENSE">>]},
{main, <<"README.md">>}]}.