Merge pull request #129 from jwillemsen/jwi-cancelprevious
[MPC.git] / config / erlang.mpb
blobcee9308b543d5179c8b0b578127ad2a44df05656
1 project {
2   requires += erlang
4   Define_Custom(Erlang) {
5     automatic_in      = 1
6     automatic_out     = 1
7     command           = erlc
8     inputext          = .erl, .yrl, .mib, .bin, .rel, .asn1, .idl
9     generic_outputext = .beam, .jam, .erl, .hrl, .bin, .rel, .boot, .asn1db
10     keyword erlcflags = commandflags
11   }