您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
510 B

  1. {erl_opts, [debug_info]}.
  2. {deps, [
  3. {eFmt, ".*", {git, "http://192.168.0.88:53000/SisMaker/eFmt.git", {branch, "master"}}},
  4. {eSync, ".*", {git, "http://192.168.0.88:53000/SisMaker/eSync.git", {branch, "master"}}},
  5. {eGbh, ".*", {git, "http://192.168.0.88: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"}]}.