summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-15 11:43:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-15 11:43:22 +0000
commit9766ba907147c6b947896ede5849fd1280006585 (patch)
tree5935ae9e970ab287427bf2f5f19bcdf509fee745 /TAO/tao/RTPortableServer
parent42217230b47c5ef8c5d291b4dfc86cae89f23104 (diff)
downloadATCD-9766ba907147c6b947896ede5849fd1280006585.tar.gz
Wed Sep 15 11:32:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/AnyTypeCode/AnyTypeCode.mpc: * tao/BiDir_GIOP/BiDir_GIOP.mpc: * tao/CSD_Framework/CSD_Framework.mpc: * tao/CSD_ThreadPool/CSD_ThreadPool.mpc: * tao/CodecFactory/CodecFactory.mpc: * tao/Codeset/Codeset.mpc: * tao/Compression/Compression.mpc: * tao/DiffServPolicy/DiffServPolicy.mpc: * tao/DynamicAny/DynamicAny.mpc: * tao/DynamicInterface/DynamicInterface.mpc: * tao/ETCL/TAO_ETCL.mpc: * tao/EndpointPolicy/EndpointPolicy.mpc: * tao/IFR_Client/IFR_Client.mpc: * tao/IORInterceptor/IORInterceptor.mpc: * tao/IORManipulation/IORManipulation.mpc: * tao/IORTable/IORTable.mpc: * tao/ImR_Client/ImR_Client.mpc: * tao/Messaging/Messaging.mpc: * tao/Monitor/Monitor.mpc: * tao/ObjRefTemplate/ObjRefTemplate.mpc: * tao/PI/PI.mpc: * tao/PI_Server/PI_Server.mpc: * tao/PortableServer/PortableServer.mpc: * tao/RTCORBA/RTCORBA.mpc: * tao/RTPortableServer/RTPortableServer.mpc: * tao/RTScheduling/RTScheduler.mpc: * tao/SmartProxies/SmartProxies.mpc: * tao/Strategies/Strategies.mpc: * tao/TransportCurrent/TC.mpc: * tao/TransportCurrent/TC_IIOP.mpc: * tao/TypeCodeFactory/TypeCodeFactory.mpc: * tao/Utils/Utils.mpc: * tao/Valuetype/Valuetype.mpc: * tao/ZIOP/ZIOP.mpc: Moved all MPC files to their subdirectory and simplified them * tao/BiDir_GIOP.mpc: * tao/CSD_Framework.mpc: * tao/CSD_ThreadPool.mpc: * tao/CodecFactory.mpc: * tao/Codeset.mpc: * tao/Compression.mpc: * tao/DiffServPolicy.mpc: * tao/DynamicAny.mpc: * tao/DynamicInterface.mpc: * tao/EndpointPolicy.mpc: * tao/IFR_Client.mpc: * tao/IORInterceptor.mpc: * tao/IORManipulation.mpc: * tao/IORTable.mpc: * tao/ImR_Client.mpc: * tao/Messaging.mpc: * tao/Monitor.mpc: * tao/ObjRefTemplate.mpc: * tao/PI.mpc: * tao/PI_Server.mpc: * tao/PortableServer.mpc: * tao/RTCORBA.mpc: * tao/RTPortableServer.mpc: * tao/RTScheduler.mpc: * tao/SmartProxies.mpc: * tao/Strategies.mpc: * tao/TC.mpc: * tao/TC_IIOP.mpc: * tao/TypeCodeFactory.mpc: * tao/Utils.mpc: * tao/Valuetype.mpc: * tao/ZIOP.mpc: Removed these files.
Diffstat (limited to 'TAO/tao/RTPortableServer')
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServer.mpc43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tao/RTPortableServer/RTPortableServer.mpc b/TAO/tao/RTPortableServer/RTPortableServer.mpc
new file mode 100644
index 00000000000..9e1497045f6
--- /dev/null
+++ b/TAO/tao/RTPortableServer/RTPortableServer.mpc
@@ -0,0 +1,43 @@
+//$Id$
+project(*idl) : tao_versioning_idl_defaults, avoids_corba_e_micro, install {
+ custom_only = 1
+ idlflags += -Sci -SS -Sorb -GX \
+ -Wb,export_macro=TAO_RTPortableServer_Export \
+ -Wb,export_include=tao/RTPortableServer/rtportableserver_export.h \
+ -iC RTPortableServer
+
+ IDL_Files {
+ idlflags += -Gp -Gd \
+ -Wb,include_guard=TAO_RT_PORTABLESERVER_SAFE_INCLUDE \
+ -Wb,safe_include=tao/RTPortableServer/RTPortableServer.h
+ RTPortableServer.pidl
+ }
+
+ IDL_Files {
+ idlflags += -Sa \
+ -Wb,unique_include=tao/RTPortableServer/RTPortableServer.h
+ RTPortableServer_include.pidl
+ }
+}
+
+project(RTPortableServer) : taolib, tao_output, install, rtcorba, portableserver, avoids_corba_e_micro {
+ after += *idl
+ sharedname = TAO_RTPortableServer
+ dynamicflags += TAO_RTPORTABLESERVER_BUILD_DLL
+
+ Source_Files {
+ *.cpp
+ RTPortableServerC.cpp
+ RTPortableServer_includeC.cpp
+ }
+
+ Header_Files {
+ *.h
+ RTPortableServerC.h
+ RTPortableServerS.h
+ RTPortableServerA.h
+ RTPortableServer_includeC.h
+ RTPortableServer_includeS.h
+ RTPortableServer_includeA.h
+ }
+}