From 5d3b793471415641e2aa56888d8e6122ed600e4e Mon Sep 17 00:00:00 2001 From: elliott_c Date: Tue, 29 Jul 2003 14:02:24 +0000 Subject: ChangeLogTag: Tue Jul 29 09:01:44 2003 Chad Elliott --- ChangeLog | 12 ++++++++++++ Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc | 3 +++ Kokyu/tests/EDF/EDF.mpc | 3 +++ Kokyu/tests/FIFO/FIFO.mpc | 3 +++ bin/MakeProjectCreator/config/kokyu.mpb | 5 +++-- 5 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc create mode 100644 Kokyu/tests/EDF/EDF.mpc create mode 100644 Kokyu/tests/FIFO/FIFO.mpc diff --git a/ChangeLog b/ChangeLog index 5d4f7f14854..6cb1f09032e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Jul 29 09:01:44 2003 Chad Elliott + + * Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc: + * Kokyu/tests/EDF/EDF.mpc: + * Kokyu/tests/FIFO/FIFO.mpc: + + Added mpc files for the tests. + + * bin/MakeProjectCreator/config/kokyu.mpb: + + Added an include of $(ACE_ROOT)/Kokyu. + Tue Jul 29 07:59:51 2003 Chad Elliott * bin/MakeProjectCreator/templates/make.mpd: diff --git a/Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc b/Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc new file mode 100644 index 00000000000..3eb1d16e58d --- /dev/null +++ b/Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc @@ -0,0 +1,3 @@ +project: kokyu { + exename = MIF +} diff --git a/Kokyu/tests/EDF/EDF.mpc b/Kokyu/tests/EDF/EDF.mpc new file mode 100644 index 00000000000..6d5c89493b4 --- /dev/null +++ b/Kokyu/tests/EDF/EDF.mpc @@ -0,0 +1,3 @@ +project: kokyu { + exename = EDF +} diff --git a/Kokyu/tests/FIFO/FIFO.mpc b/Kokyu/tests/FIFO/FIFO.mpc new file mode 100644 index 00000000000..80b3c5afac8 --- /dev/null +++ b/Kokyu/tests/FIFO/FIFO.mpc @@ -0,0 +1,3 @@ +project: kokyu { + exename = FIFO +} diff --git a/bin/MakeProjectCreator/config/kokyu.mpb b/bin/MakeProjectCreator/config/kokyu.mpb index e3de92f0059..ba5c49f3121 100644 --- a/bin/MakeProjectCreator/config/kokyu.mpb +++ b/bin/MakeProjectCreator/config/kokyu.mpb @@ -1,4 +1,5 @@ project : acelib { - after += Kokyu - libs += Kokyu + after += Kokyu + libs += Kokyu + includes += $(ACE_ROOT)/Kokyu } \ No newline at end of file -- cgit v1.2.1