summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_GIOP
diff options
context:
space:
mode:
authorchris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-25 04:54:50 +0000
committerchris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-25 04:54:50 +0000
commit8dd783d54e6fdd6a01b490cea4945beddee7cb45 (patch)
treed92338b811ca0b85b8222741c499e6d921e8d45e /TAO/tao/BiDir_GIOP
parent1062fccc1d9b6462e9fc9b6427c3d2f2579670c8 (diff)
downloadATCD-8dd783d54e6fdd6a01b490cea4945beddee7cb45.tar.gz
ChangeLogTag:Sat Aug 24 22:47:22 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/tao/BiDir_GIOP')
-rw-r--r--TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc b/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc
index ce8016a96b3..ac481e6a418 100644
--- a/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc
+++ b/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc
@@ -1,6 +1,7 @@
-project : taolib {
- sharedname = TAO_BiDirGIOP
- libs += TAO
- dllflags = TAO_BIDIRGIOP_BUILD_DLL
- libout = ..
+project : taolib, core {
+ sharedname = TAO_BiDirGIOP
+ libs += TAO
+ dllflags = TAO_BIDIRGIOP_BUILD_DLL
+ libout = ..
+ include_dir = tao/BiDir_GIOP
}