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, 17 insertions, 0 deletions
diff --git a/apps/gperf/src/gperf.mpc b/apps/gperf/src/gperf.mpc
new file mode 100644
index 00000000000..0e6fa6de35b
--- /dev/null
+++ b/apps/gperf/src/gperf.mpc
@@ -0,0 +1,17 @@
+project(gperf) : aceexe {
+ 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
+ }
+}