summaryrefslogtreecommitdiff
path: root/apps/gperf/tests/gperf_test.mpb
blob: b69ec678218d03de19201f506daef9436501acbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project: aceexe, crosscompile {
  after += gperf
  avoids += uses_wchar
  Define_Custom(GPERF) {
    command           = $(ACE_ROOT)/bin/ace_gperf
    libpath          += $(ACE_ROOT)/lib
    output_option     = >
    inputext          = .gperf
    source_outputext  = .cpp
    keyword gperf_cmd = command
  }

  Source_Files {
    test.cpp
  }
}