[erlang-questions] Erlang on Windows: Alternative to "make"

Roberto Saccon rsaccon@REDACTED
Mon Nov 12 15:09:37 CET 2007


if you don't have c sources you can use Emakefiles, which is platform
neutral, and then you just call "erl make"  or you can use erlc
directly (or called from your preferred scripting language if your
setup is complex).

And in case you mean with your question just the *.app file, that
doesn't need to be compiled, just put it in the ebin folder, or where
ever you have your beam files.

hope that helps.


-- 
Roberto Saccon
http://rsaccon.com



More information about the erlang-questions mailing list