You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
497 B

преди 10 години
  1. {erl_opts, [
  2. {platform_define, "R1(1|2|3|4|5|6)", 'JIFFY_NO_MAPS'}
  3. ]}.
  4. {eunit_opts, [
  5. verbose,
  6. {report, {
  7. eunit_surefire, [{dir,"."}]
  8. }}
  9. ]}.
  10. {plugins, [
  11. rebar_gdb_plugin
  12. ]}.
  13. {pre_hooks, [{"(linux|darwin|solaris)", compile, "make -C c_src"},
  14. {"(freebsd|netbsd|openbsd)", compile, "gmake -C c_src"}]}.
  15. {post_hooks, [{"(linux|darwin|solaris)", clean, "make -C c_src clean"},
  16. {"(freebsd|netbsd|openbsd)", compile, "gmake -C c_src clean"}]}.