summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/StaticDAnCEApp.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Null_Component/StaticDAnCEApp.mpc')
-rw-r--r--CIAO/examples/Null_Component/StaticDAnCEApp.mpc21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/examples/Null_Component/StaticDAnCEApp.mpc b/CIAO/examples/Null_Component/StaticDAnCEApp.mpc
deleted file mode 100644
index 90d141854e4..00000000000
--- a/CIAO/examples/Null_Component/StaticDAnCEApp.mpc
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(StaticDAnCEApp *): ciao_static_dnc_app, iortable {
- after += Null_Interface_Null_Component_exec
- exename = StaticDAnCEApp
-
- libs += Null_Interface_stub
- libs += Null_Interface_skel
- libs += Null_Component_stub
- libs += Null_Component_svnt
- libs += Null_Component_exec
-
- IDL_Files {
- }
-
- Source_Files {
- StaticDAnCEApp.cpp
- }
-}
-