windows linux mac下erlang nif或者port_driver通用编译脚本
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
326 B

{application, eNpc,
[
{description, "eNpc: Erlang Native Compiler"},
{vsn, "0.1.0"},
{registered, []},
{applications, [kernel, stdlib]},
{modules, [eNpc, npRMain, npRConfig, npRCompiler, npRUtils]},
{licenses, ["Apache 2.0"]},
{links, []},
{env, [{log_level, warn}]}
]
}.