summaryrefslogtreecommitdiff
path: root/apps/gperf/src/gperf.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/gperf.mpc')
-rw-r--r--apps/gperf/src/gperf.mpc17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/gperf/src/gperf.mpc b/apps/gperf/src/gperf.mpc
deleted file mode 100644
index 3e2a94e6311..00000000000
--- a/apps/gperf/src/gperf.mpc
+++ /dev/null
@@ -1,17 +0,0 @@
-project(gperf) : aceexe, core {
- exename = gperf
- install = ../../../bin
-
- Source_Files {
- gperf.cpp
- Options.cpp
- Iterator.cpp
- Gen_Perf.cpp
- Key_List.cpp
- List_Node.cpp
- Hash_Table.cpp
- Bool_Array.cpp
- Vectors.cpp
- Version.cpp
- }
-}