summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/erlang.mpb
blob: af1c5d5c094988b30412a3c090e39fe3c01ac7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// $Id$
//

feature(erlang) {
  Define_Custom(Erlang) {
    automatic_in      = 1
    automatic_out     = 1
    command           = erlc
    commandflags      =
    inputext          = .erl, .yrl, .mib, .bin, .rel, .asn1, .idl
    generic_outputext = .beam, .jam, .erl, .hrl, .bin, .rel, .boot, .asn1db
    keyword erlcflags = commandflags
  }
}