summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/msgfmt.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/msgfmt.mpb')
-rw-r--r--ACE/MPC/config/msgfmt.mpb11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/MPC/config/msgfmt.mpb b/ACE/MPC/config/msgfmt.mpb
new file mode 100644
index 00000000000..2c885fec4cb
--- /dev/null
+++ b/ACE/MPC/config/msgfmt.mpb
@@ -0,0 +1,11 @@
+// $Id$
+
+project {
+ Define_Custom(PO) {
+ command = msgfmt
+ commandflags = -c
+ output_option = -o
+ inputext = .po
+ generic_outputext = .mo
+ }
+}