summaryrefslogtreecommitdiff
path: root/config/erlang.mpb
diff options
context:
space:
mode:
authorstallions <stallions@a3e5c962-4219-0410-a828-e124f845ac39>2008-12-24 22:21:39 +0000
committerstallions <stallions@a3e5c962-4219-0410-a828-e124f845ac39>2008-12-24 22:21:39 +0000
commitf15b944c94bb22f2b53340911e1db9796ffa24d1 (patch)
tree3df3309aa5acb08e4479eca837a1b7a0089dfe8b /config/erlang.mpb
parentc737be262b050d79897318b6fe684458cdc44640 (diff)
downloadMPC-f15b944c94bb22f2b53340911e1db9796ffa24d1.tar.gz
Wed Dec 24 22:20:40 UTC 2008 Steven Stallion <stallions@ociweb.com>
Diffstat (limited to 'config/erlang.mpb')
-rw-r--r--config/erlang.mpb17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/erlang.mpb b/config/erlang.mpb
new file mode 100644
index 00000000..62a3e2f3
--- /dev/null
+++ b/config/erlang.mpb
@@ -0,0 +1,17 @@
+//
+// $Id$
+//
+
+project {
+ requires += 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
+ }
+}