diff options
author | chris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-25 04:54:50 +0000 |
---|---|---|
committer | chris <chris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-25 04:54:50 +0000 |
commit | 8dd783d54e6fdd6a01b490cea4945beddee7cb45 (patch) | |
tree | d92338b811ca0b85b8222741c499e6d921e8d45e /TAO/tao/tao.mpc | |
parent | 1062fccc1d9b6462e9fc9b6427c3d2f2579670c8 (diff) | |
download | ATCD-8dd783d54e6fdd6a01b490cea4945beddee7cb45.tar.gz |
ChangeLogTag:Sat Aug 24 22:47:22 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/tao/tao.mpc')
-rw-r--r-- | TAO/tao/tao.mpc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc index 42b32fd1fae..ec88d1f82ed 100644 --- a/TAO/tao/tao.mpc +++ b/TAO/tao/tao.mpc @@ -1,9 +1,10 @@ -project : acelib, taoversion { - tao = 1 - includes += $(TAO_ROOT) $(TAO_ROOT)/tao - sharedname = TAO - libflags += TAO_AS_STATIC_LIBS - dllflags = TAO_BUILD_DLL +project : acelib, taoversion, core { + tao = 1 + includes += $(TAO_ROOT) $(TAO_ROOT)/tao + sharedname = TAO + libflags += TAO_AS_STATIC_LIBS + dllflags = TAO_BUILD_DLL + include_dir = tao // Override the defaults due to the // existence of orb.idl |