summaryrefslogtreecommitdiff
path: root/CIAO/ciao/ComponentServer/Configurators/RT/RT_Configurator.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/ComponentServer/Configurators/RT/RT_Configurator.mpc')
-rw-r--r--CIAO/ciao/ComponentServer/Configurators/RT/RT_Configurator.mpc11
1 files changed, 11 insertions, 0 deletions
diff --git a/CIAO/ciao/ComponentServer/Configurators/RT/RT_Configurator.mpc b/CIAO/ciao/ComponentServer/Configurators/RT/RT_Configurator.mpc
new file mode 100644
index 00000000000..59722cf7d90
--- /dev/null
+++ b/CIAO/ciao/ComponentServer/Configurators/RT/RT_Configurator.mpc
@@ -0,0 +1,11 @@
+// $Id$
+project(RT_Configurator) : ccm_stub, ciao_componentserver_stub, ciao_lib {
+ after += CIAO_Basic_Configurator
+ libs += CIAO_Basic_Configurator
+ dynamicflags = CIAO_RTNA_CONFIGURATOR_BUILD_DLL
+ Source_Files {
+ RTConfig_Manager.cpp
+ }
+}
+
+