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

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

  Source_Files {
    test.cpp
  }
}