summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/erlang.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/erlang.mpb')
-rw-r--r--ACE/MPC/config/erlang.mpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/MPC/config/erlang.mpb b/ACE/MPC/config/erlang.mpb
new file mode 100644
index 00000000000..af1c5d5c094
--- /dev/null
+++ b/ACE/MPC/config/erlang.mpb
@@ -0,0 +1,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
+ }
+}