summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/tests/gperf_test.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/tests/gperf_test.mpb')
-rw-r--r--ACE/apps/gperf/tests/gperf_test.mpb18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/apps/gperf/tests/gperf_test.mpb b/ACE/apps/gperf/tests/gperf_test.mpb
new file mode 100644
index 00000000000..857de94aaf5
--- /dev/null
+++ b/ACE/apps/gperf/tests/gperf_test.mpb
@@ -0,0 +1,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
+ }
+}