[$(NDDSHOME)/example/CPP/corba/Message.mwc]
workspace {
Message_publisher.mpc
Message_subscriber.mpc
}
[$(NDDSHOME)/example/CPP/corba/Message_publisher.mpc]
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]
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
}