diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-11-30 19:50:24 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-11-30 19:50:24 +0100 |
commit | 54259c5475a929cef5aa251183158bd1a5b8b663 (patch) | |
tree | 262276bb0af3ae67f290f253e536803a72643397 | |
parent | 0e3e94c253d2aa458738610e488e15872f954ad5 (diff) |
Document port_first_files
-rw-r--r-- | rebar.config.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index ebad86a..0482141 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -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, []}. |