Browse Source

Document port_first_files

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
54259c5475
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      rebar.config.sample

+ 3
- 0
rebar.config.sample 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, []}.

Loading…
Cancel
Save