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.

11 line
446 B

  1. {erl_opts, [debug_info, {i, "include"}, no_debug_info, deterministic]}.
  2. {deps, [
  3. {eGbh, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eGbh.git", {branch, "master"}}},
  4. {eLfq, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eLfq.git", {branch, "master"}}},
  5. {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
  6. ]}.
  7. {shell, [
  8. % {config, "config/sys.config"},
  9. {apps, [eFaw]}
  10. ]}.