<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi, all !</div><div><br></div><div>Here is my app file</div><div>{application, test, [</div><div>    {description, "an test."},</div><div>    {vsn, "0.1.0"},</div><div>    <span style="color: rgb(0, 255, 0);">{modules, []},</span></div><div>    {registered, []},</div><div>    {applications, [kerne, stdlib]}</div><div>]}</div><div><br></div><div><span style="color: rgb(0, 255, 0);">note that: {modules, []}</span></div><div><br></div><div><br></div><div>i compile it use two different ways, and the result(<span style="color: rgb(0, 255, 0);">application:get_key/2</span>) comes:</div><div>-------------------------------------------------------------------------------------------</div><div>compile method                             <span style="color: rgb(0, 255, 0);">application:get_key(test, modules)</span></div><div>-------------------------------------------------------------------------------------------</div><div>erlang:mk                                      {ok, [test01, test02, test03, ops, test01]}</div><div>-------------------------------------------------------------------------------------------</div><div>Emakefile                                      {ok, []}</div><div>-------------------------------------------------------------------------------------------</div><div><br></div><div>and Emakefile is like this:</div><div>{'src/*', [debug_info, {i, "src"}, {i, "include"}, {outdir, "ebin"}]}.</div><div><br></div><div>which command in erlang:mk makes the result different? any one can help?</div><div><br></div><div><pre style="padding-right: 1px; line-height: 23.3240013122559px;">_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions</pre></div></div>