RTI Connext CORBA Compatibility Kit  Version 6.0.0
 All Groups Pages
Message.mwc

[$(NDDSHOME)/example/CPP/corba/Message.mwc]

// Message.mwc
//
// (c) Copyright, Real-Time Innovations, 2012. All rights reserved.
// No duplications, whole or partial, manual or electronic, may be made
// without express written permission. Any such copies, or
// revisions thereof, must display this notice unaltered.
// This code contains trade secrets of Real-Time Innovations, Inc.
//
//
// This mwc file was automatically generated by rtiddsgen. It can be
// used with OCI's Makefile and Project Creator tool to generate a
// makefile for your joint RTI DDS Corba application.
//
// To invoque MPC, type:
// $ACE_ROOT/bin/mwc.pl -type gnuace Message.mwc
//
// To compile the publisher, type:
// gmake -f GNUmakefile.Message_publisher
//
// To compile the subscriber, type:
// gmake -f GNUmakefile.Message_subscriber
//
// Note: This mwc is only meant to build our example applications and
// may require alterations to build on your system.
//
workspace {
Message_publisher.mpc
Message_subscriber.mpc
}

[$(NDDSHOME)/example/CPP/corba/Message_publisher.mpc]

// Message_publisher.mpc
//
// (c) Copyright, Real-Time Innovations, 2012. All rights reserved.
// No duplications, whole or partial, manual or electronic, may be made
// without express written permission. Any such copies, or
// revisions thereof, must display this notice unaltered.
// This code contains trade secrets of Real-Time Innovations, Inc.
//
//
// This mpc file was automatically generated by rtiddsgen. It can be
// used with OCI's Makefile and Project Creator tool to generate a
// makefile for your joint RTI DDS Corba application.
//
// To invoque MPC, type:
// $ACE_ROOT/bin/mwc.pl -type gnuace Message.mwc
//
// To compile, type:
// gmake -f GNUmakefile.Message_publisher
//
// Note: This mpc file is only meant to build our example applications and
// may require alterations to build on your system. In particular
// you might need to link against additional libraries if you are
// using different data type than the ones in the example.
//
project {
exename = Message_publisher
Source_Files {
MessageC.cpp
MessageS.cpp
MessagePlugin.cxx
Message.cxx
MessageSupport.cxx
Message_publisher.cxx
}
includes += $(NDDSHOME)/include $(NDDSHOME)/include/ndds $(TAO_ROOT) $(ACE_ROOT)
libs += nddscppz nddscz nddscorez TAO_PortableServer TAO_AnyTypeCode TAO_TypeCodeFactory TAO_Valuetype TAO ACE
libpaths+= $(NDDSHOME)/lib/x64Linux3gcc4.8.2 $(ACE_ROOT)/lib
macros += RTI_UNIX RTI_LINUX
}

[$(NDDSHOME)/example/CPP/corba/Message_subscriber.mpc]

// Message_subscriber.mpc
//
// (c) Copyright, Real-Time Innovations, 2012. All rights reserved.
// No duplications, whole or partial, manual or electronic, may be made
// without express written permission. Any such copies, or
// revisions thereof, must display this notice unaltered.
// This code contains trade secrets of Real-Time Innovations, Inc.
//
//
// This mpc file was automatically generated by rtiddsgen. It can be
// used with OCI's Makefile and Project Creator tool to generate a
// makefile for your joint RTI DDS Corba application.
//
// To invoque MPC, type:
// $ACE_ROOT/bin/mwc.pl -type gnuace Message.mwc
//
// To compile, type:
// gmake -f GNUmakefile.Message_subscriber
//
// Note: This mpc file is only meant to build our example applications and
// may require alterations to build on your system. In particular
// you might need to link against additional libraries if you are
// using different data type than the ones in the example.
//
project {
exename = Message_subscriber
Source_Files {
MessageC.cpp
MessageS.cpp
MessagePlugin.cxx
Message.cxx
MessageSupport.cxx
Message_subscriber.cxx
}
includes += $(NDDSHOME)/include $(NDDSHOME)/include/ndds $(TAO_ROOT) $(ACE_ROOT)
libs += nddscppz nddscz nddscorez TAO_PortableServer TAO_AnyTypeCode TAO_TypeCodeFactory TAO_Valuetype TAO ACE
libpaths+= $(NDDSHOME)/lib/x64Linux3gcc4.8.2 $(ACE_ROOT)/lib
macros += RTI_UNIX RTI_LINUX
}

RTI Connext CORBA Compatibility Kit Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc