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.

17 rivejä
610 B

3 vuotta sitten
3 vuotta sitten
3 vuotta sitten
  1. {erl_opts, [debug_info]}.
  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. , {eAcs, ".*", {git, "http://47.108.26.175:53000/SisMaker/eAcs.git", {branch, "master"}}}
  7. ]}.
  8. {shell, [
  9. % {config, "config/sys.config"},
  10. {apps, [eTpf]}
  11. ]}.
  12. {pre_hooks,
  13. [{"", compile, "escript c_src/eNpc compile"}]}.
  14. {post_hooks,
  15. [{"", clean, "escript c_src/eNpc clean"}]}.