summaryrefslogtreecommitdiff
path: root/config/msgfmt.mpb
blob: 12fe4324762d641ee4e03bd860edf2ff28518bb3 (plain)
1
2
3
4
5
6
7
8
9
project {
  Define_Custom(PO) {
    command = msgfmt
    commandflags = -c
    output_option = -o
    inputext = .po
    generic_outputext = .mo
  }
}