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 lines
426 B

преди 4 години
преди 4 години
преди 3 години
преди 4 години
преди 4 години
преди 3 години
преди 3 години
  1. {erl_opts, [debug_info]}.
  2. {deps, [
  3. {eFmt, ".*", {git, "http://47.108.26.175:53000/SisMaker/eFmt.git", {branch, "master"}}},
  4. {eGbh, ".*", {git, "http://47.108.26.175:53000/SisMaker/eGbh.git", {branch, "master"}}}
  5. ]}.
  6. {shell, [
  7. % {config, "config/sys.config"},
  8. {apps, [eTpf]}
  9. ]}.
  10. % {pre_hooks,
  11. % [{"", compile, "escript c_src/eNpc compile"}]}.
  12. % {post_hooks,
  13. % [{"", clean, "escript c_src/eNpc clean"}]}.