summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_2130_Regression/interfaces/ENW.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_2130_Regression/interfaces/ENW.mpc')
-rw-r--r--CIAO/tests/Bug_2130_Regression/interfaces/ENW.mpc45
1 files changed, 0 insertions, 45 deletions
diff --git a/CIAO/tests/Bug_2130_Regression/interfaces/ENW.mpc b/CIAO/tests/Bug_2130_Regression/interfaces/ENW.mpc
deleted file mode 100644
index 22227109f39..00000000000
--- a/CIAO/tests/Bug_2130_Regression/interfaces/ENW.mpc
+++ /dev/null
@@ -1,45 +0,0 @@
-//$Id$
-
-project(ENW_stub): ciao_client_dnc, event {
-
- sharedname = ENW_stub
- idlflags -= -GT
- idlflags += -Wb,stub_export_macro=ENW_STUB_Export \
- -Wb,stub_export_include=ENW_stub_export.h \
- -Wb,skel_export_macro=ENW_SKEL_Export \
- -Wb,skel_export_include=ENW_skel_export.h
- dynamicflags = ENW_STUB_BUILD_DLL
-
- IDL_Files {
- ENW.idl
- }
-
- Source_Files {
- ENWC.cpp
- }
-}
-
-project(ENW_skel) : ciao_servant_dnc, event {
- after += ENW_stub
- sharedname = ENW_skel
- libs += ENW_stub
- idlflags -= -GT
- idlflags += -Wb,stub_export_macro=ENW_STUB_Export \
- -Wb,stub_export_include=ENW_stub_export.h \
- -Wb,skel_export_macro=ENW_SKEL_Export \
- -Wb,skel_export_include=ENW_skel_export.h
-
- dynamicflags = ENW_SKEL_BUILD_DLL
-
- IDL_Files {
- ENW.idl
- }
-
- Source_Files {
- ENWS.cpp
- }
-}
-
-
-
-