summaryrefslogtreecommitdiff
path: root/Kokyu/Kokyu.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'Kokyu/Kokyu.mpc')
-rw-r--r--Kokyu/Kokyu.mpc27
1 files changed, 0 insertions, 27 deletions
diff --git a/Kokyu/Kokyu.mpc b/Kokyu/Kokyu.mpc
deleted file mode 100644
index aeb6e69941e..00000000000
--- a/Kokyu/Kokyu.mpc
+++ /dev/null
@@ -1,27 +0,0 @@
-// -*- MPC -*- now wouldn't this be cool...
-// $Id$
-
-project(Kokyu) : acelib, core {
- sharedname = Kokyu
- dynamicflags = KOKYU_BUILD_DLL
-
- Source_Files {
- Dispatcher_Impl.cpp
- Kokyu.cpp
- Default_Dispatcher_Impl.cpp
- Dispatcher_Task.cpp
- Kokyu_defs.cpp
- }
-
- Template_Files {
- Kokyu_dsrt.cpp
- DSRT_Direct_Dispatcher_Impl_T.cpp
- DSRT_Dispatcher_Impl_T.cpp
- DSRT_Dispatch_Item_T.cpp
- DSRT_Sched_Queue_T.cpp
- }
-
- Pkgconfig_Files {
- Kokyu.pc.in
- }
-}