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.

18 line
419 B

  1. {erl_opts, [
  2. debug_info,
  3. {i, "include"},
  4. warn_export_vars,
  5. warn_shadow_vars,
  6. warn_obsolete_guard,
  7. warn_untyped_record
  8. ]}.
  9. {deps, [
  10. {eNet, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eNet.git", {branch, "master"}}},
  11. {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
  12. ]}.
  13. {shell, [
  14. % {config, "config/sys.config"},
  15. {apps, [eWSrv]}
  16. ]}.