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