summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-06 22:29:24 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-06 22:29:24 +0000
commitffd4b82ae037027b3d4360838e8fd7377b5b86eb (patch)
treeefb00f7198d3495151bb9b688d234c20ef28bd19
parentabca04a2ff318f7c10f9f2c7e3acc46863669a96 (diff)
downloadATCD-ffd4b82ae037027b3d4360838e8fd7377b5b86eb.tar.gz
Split executable from library
-rw-r--r--TAO/orbsvcs/examples/RtEC/ECConfigurator/ecconfigurator.mpc20
1 files changed, 16 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/ECConfigurator/ecconfigurator.mpc b/TAO/orbsvcs/examples/RtEC/ECConfigurator/ecconfigurator.mpc
index c08fc2e1023..f00e728f2bd 100644
--- a/TAO/orbsvcs/examples/RtEC/ECConfigurator/ecconfigurator.mpc
+++ b/TAO/orbsvcs/examples/RtEC/ECConfigurator/ecconfigurator.mpc
@@ -1,6 +1,5 @@
-project(configurable_ec): orbsvcsexe, rtevent, rtsched, rtschedevent, rtkokyuevent, kokyu, acexml {
- exename = ConfigurableEC
- libpaths += .
+project(configurable_ec_lib): orbsvcslib, rtevent, rtsched, rtschedevent, rtkokyuevent, kokyu, acexml {
+ sharedname = ConfigurableEC
idlflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h
includes += $(TAO_ROOT)/orbsvcs $(TAO_ROOT)/orbsvcs/orbsvcs
@@ -8,7 +7,6 @@ project(configurable_ec): orbsvcsexe, rtevent, rtsched, rtschedevent, rtkokyueve
Configurator_ParseHandler.cpp
Configurator_SyntaxHandler.cpp
SyntaxTree.cpp
- ConfigurableEC.cpp
Kokyu_EC.cpp
ECConsumer.cpp
ECSupplier.cpp
@@ -31,3 +29,17 @@ project(configurable_ec): orbsvcsexe, rtevent, rtsched, rtschedevent, rtkokyueve
RtSchedEventChannel.idl
}
}
+
+project(configurable_ec_test): orbsvcsexe, rtevent, rtsched, rtschedevent, rtkokyuevent, kokyu, acexml {
+ exename = ConfigurableECTest
+ libpaths += .
+ libs += ConfigurableEC
+ includes += $(TAO_ROOT)/orbsvcs $(TAO_ROOT)/orbsvcs/orbsvcs
+
+ Source_Files {
+ ConfigurableEC.cpp
+ }
+
+ IDL_Files {
+ }
+} \ No newline at end of file