diff options
author | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-20 15:28:42 +0000 |
---|---|---|
committer | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-20 15:28:42 +0000 |
commit | c95726b201a8a9cdd001c4c1d1160ad3323a59c5 (patch) | |
tree | 5211e918de065a29ab3f5c1c780aa6c6d9409d9e /TAO/tao/ImR_Client/ImR_Client.mpc | |
parent | 4ab55fe0781ef07b7adb22f7f773c7251c4fe6fd (diff) | |
download | ATCD-c95726b201a8a9cdd001c4c1d1160ad3323a59c5.tar.gz |
ChangeLogTag: Mon Sep 20 15:27:54 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/ImR_Client/ImR_Client.mpc')
-rw-r--r-- | TAO/tao/ImR_Client/ImR_Client.mpc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.mpc b/TAO/tao/ImR_Client/ImR_Client.mpc index 221a44ffb70..956874ee7d7 100644 --- a/TAO/tao/ImR_Client/ImR_Client.mpc +++ b/TAO/tao/ImR_Client/ImR_Client.mpc @@ -25,7 +25,14 @@ project(ImR_Client) : taolib, tao_output, install, portableserver, taoidldefault sharedname = TAO_ImR_Client dynamicflags += TAO_IMR_CLIENT_BUILD_DLL - Source_Files { + Header_Files { + *.h + ServerObjectC.h + ServerObjectA.h + ServerObjectS.h + ImplRepoC.h + ImplRepoA.h + ImplRepoS.h } Source_Files { @@ -37,6 +44,11 @@ project(ImR_Client) : taolib, tao_output, install, portableserver, taoidldefault ImplRepoS.cpp } + Inline_Files { + ImplRepoC.inl + ServerObjectC.inl + } + specific { install_dir = tao/ImR_Client } |