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.mpc28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/examples/Null_Component/StaticDAnCEApp.mpc b/CIAO/examples/Null_Component/StaticDAnCEApp.mpc
deleted file mode 100644
index 57ff71c40e1..00000000000
--- a/CIAO/examples/Null_Component/StaticDAnCEApp.mpc
+++ /dev/null
@@ -1,28 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(Null_Component_StaticDAnCEApp): ciao_static_dnc_app, iortable {
- after += Null_Component_svnt
- 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
- }
-
- Header_Files {
- plan.h
- }
-
- Inline_Files {
- }
-}
-