diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-08 08:57:02 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-08 08:57:02 +0000 |
commit | 5fc671ec8cd5f2f9bc2fb521932ddcdc0afbf9f5 (patch) | |
tree | 21a463e20643a519a84c7fe41560f1256d3f8ba4 /apps | |
parent | ac466887e5b04dd6d6fd6f9c6b9ae7a1bf13838a (diff) | |
download | ATCD-5fc671ec8cd5f2f9bc2fb521932ddcdc0afbf9f5.tar.gz |
ChangeLogTag: Mon Aug 8 08:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS2/JAWS/jaws2.mpc | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/apps/JAWS2/JAWS/jaws2.mpc b/apps/JAWS2/JAWS/jaws2.mpc new file mode 100644 index 00000000000..1079809a40c --- /dev/null +++ b/apps/JAWS2/JAWS/jaws2.mpc @@ -0,0 +1,47 @@ +// -*- MPC -*- +// $Id$ + +project(JAWS2) : acelib { + sharedname = JAWS2 + dynamicflags = JAWS_BUILD_DLL + avoids += uses_wchar + includes += .. + Source_Files { + Assoc_Array.cpp + Cache_Manager.cpp + Cache_Object.cpp + Concurrency.cpp + Data_Block.cpp + FILE.cpp + Filecache.cpp + Headers.cpp + IO.cpp + IO_Acceptor.cpp + IO_Handler.cpp + Parse_Headers.cpp + Pipeline.cpp + Pipeline_Tasks.cpp + Policy.cpp + Reaper.cpp + Server.cpp + Waiter.cpp + } + + + Template_Files{ + Cache_Hash_T.cpp + Cache_Heap_T.cpp + Cache_List_T.cpp + Pipeline_Handler_T.cpp + Hash_Bucket_T.cpp + Cache_Manager_T.cpp + } + + Header_Files{ + *.h + } + + Inline_Files{ + } +} + |