summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 12:33:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 12:33:45 +0000
commit96b7b7f5f48fce170ff8c2805b40cacc22437716 (patch)
treebd41b81d9e9129de23cfd529b8c3760ee94adea8 /apps
parent01a9424e6be1b3be3f5cff7662731b5612fada84 (diff)
downloadATCD-96b7b7f5f48fce170ff8c2805b40cacc22437716.tar.gz
ChangeLogTag: Tue Jul 9 07:31:48 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'apps')
-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
+ }
+}