Document port_first_files

This commit is contained in:
Tuncer Ayaz 2011-11-30 19:50:24 +01:00
parent 0e3e94c253
commit 54259c5475

View file

@ -41,6 +41,9 @@
%% expression pass. Default is `"c_src/*.c"'
{port_sources, ["c_src/*.c", {"R14", ["c_src/*.c"]}]}.
%% Port files to compile before the rest.
{port_first_files, ["c_src/first.c", "c_src/second.c"]}.
%% Port compilation environment variables. See rebar_port_compiler.erl for
%% more info. Default is `[]'
{port_envs, []}.