erlang自定义二进制协议
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
364 B

  1. {erl_opts, [debug_info]}.
  2. {deps, []}.
  3. {escript_main_app, genProto}. % specify which app is the escript app
  4. {escript_name, genProto}. % name of final generated escript
  5. %%{escript_emu_args, "%%! -escript main Module\n"}. % emulator args
  6. %%{escript_shebang, "#!/usr/bin/env escript\n"}. % executable line
  7. %%{escript_comment, "%%\n"}. % comment at top of escript file