summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/erlang_otp.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/erlang_otp.mpb')
-rw-r--r--ACE/MPC/config/erlang_otp.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/MPC/config/erlang_otp.mpb b/ACE/MPC/config/erlang_otp.mpb
new file mode 100644
index 00000000000..3e461cdd502
--- /dev/null
+++ b/ACE/MPC/config/erlang_otp.mpb
@@ -0,0 +1,12 @@
+//
+// $Id$
+//
+
+project : erlang {
+ erlcflags += -o ebin
+
+ Modify_Custom(Erlang) {
+ generic_pre_dirname = ebin/
+ output_follows_input = 0
+ }
+}