summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-16 18:06:25 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-16 18:06:25 +0000
commit77e80622b14b3d62a230f6f81008bb060f880514 (patch)
tree1cb2ea818c3cd846878f3421950d7fe2e30c5ace
parente4ea043120330dec23a123d0dc485ea0c8c1731d (diff)
downloadATCD-EC-DSUI-0.tar.gz
Added DSUI libs, libpaths, and includes because Kokyu has been instrumented using DSUI.EC-DSUI-0
-rw-r--r--bin/MakeProjectCreator/config/kokyu.mpb7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/MakeProjectCreator/config/kokyu.mpb b/bin/MakeProjectCreator/config/kokyu.mpb
index ba5c49f3121..d0c4522006c 100644
--- a/bin/MakeProjectCreator/config/kokyu.mpb
+++ b/bin/MakeProjectCreator/config/kokyu.mpb
@@ -1,5 +1,6 @@
project : acelib {
after += Kokyu
- libs += Kokyu
- includes += $(ACE_ROOT)/Kokyu
-} \ No newline at end of file
+ libs += Kokyu dsui
+ libpaths += $(DATASTREAM_ROOT)/lib
+ includes += $(ACE_ROOT)/Kokyu $(DATASTREAM_ROOT)/include
+}