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.

16 line
530 B

  1. {erl_opts, [no_debug_info, deterministic]}.
  2. {deps, [
  3. {eFmt, ".*", {git, "http://47.108.26.175:53000/SisMaker/eFmt.git", {branch, "master"}}},
  4. {eSync, ".*", {git, "http://47.108.26.175:53000/SisMaker/eSync.git", {branch, "master"}}},
  5. {eGbh, ".*", {git, "http://47.108.26.175:53000/SisMaker/eGbh.git", {branch, "master"}}}
  6. ]}.
  7. {shell, [
  8. % {config, "config/sys.config"},
  9. {apps, [eTpf]}
  10. ]}.
  11. {pre_hooks,
  12. [{"", compile, "escript c_src/eNpc compile"}]}.
  13. {post_hooks,
  14. [{"", clean, "escript c_src/eNpc clean"}]}.