summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer.mpc
diff options
context:
space:
mode:
authorfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-24 20:19:09 +0000
committerfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-24 20:19:09 +0000
commit0848317866091b02f40ea62d8db7d580efd1a561 (patch)
treec4f33b43453b6e5cc15558ab3da655e36fba99e8 /TAO/tao/PortableServer.mpc
parent6a271e6178c4016b0a15578f553833125ef146de (diff)
downloadATCD-0848317866091b02f40ea62d8db7d580efd1a561.tar.gz
ChangeLogTag:Fri Sep 24 13:16:44 MST 2004 Trevor Fields <fields_t@ociweb.com>
Diffstat (limited to 'TAO/tao/PortableServer.mpc')
-rw-r--r--TAO/tao/PortableServer.mpc11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer.mpc b/TAO/tao/PortableServer.mpc
index a007761a246..5770d921724 100644
--- a/TAO/tao/PortableServer.mpc
+++ b/TAO/tao/PortableServer.mpc
@@ -1,9 +1,13 @@
//$Id$
-project : taolib, core {
+project : taolib_with_idl, core {
sharedname = TAO_PortableServer
dynamicflags = TAO_PORTABLESERVER_BUILD_DLL
+ idlflags += -Wb,export_macro=TAO_PortableServer_Export -Wb,export_include=portableserver_export.h -o PortableServer
+
Source_Files {
+ PortableServer/ImplRepoC.cpp
+ PortableServer/ImplRepoS.cpp
PortableServer
}
@@ -23,7 +27,8 @@ project : taolib, core {
PortableServer
}
- PIDL_Files {
- PortableServer
+ IDL_Files {
+ gendir = PortableServer
+ PortableServer/ImplRepo.idl
}
}