summaryrefslogtreecommitdiff
path: root/common/RACE_common.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'common/RACE_common.mpc')
-rw-r--r--common/RACE_common.mpc42
1 files changed, 4 insertions, 38 deletions
diff --git a/common/RACE_common.mpc b/common/RACE_common.mpc
index ccfc9264efb..5ad2bc13d91 100644
--- a/common/RACE_common.mpc
+++ b/common/RACE_common.mpc
@@ -1,14 +1,10 @@
-// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
-//$Id$
-// This file is generated with "generate_component_mpc.pl -n RACE_common"
-
-project(RACE_common_stub): taolib_with_idl, anytypecode {
+//project(RACE_common_stub): taolib_with_idl, anytypecode {
+project(RACE_common_stub): ciao_deployment_stub {
sharedname = RACE_common_stub
idlflags += -Wb,stub_export_macro=RACE_COMMON_STUB_Export \
- -Wb,stub_export_include=RACE_common_stub_export.h
-// -Wb,skel_export_macro=RACE_COMMON_SVNT_Export \
-// -Wb,skel_export_include=RACE_common_svnt_export.h
+ -Wb,stub_export_include=RACE_common_stub_export.h \
+ -SS
dynamicflags = RACE_COMMON_STUB_BUILD_DLL
IDL_Files {
@@ -27,33 +23,3 @@ project(RACE_common_stub): taolib_with_idl, anytypecode {
RACE_commonC.inl
}
}
-
-// project(RACE_common_svnt) : ciao_servant_dnc {
-
-// after += RACE_common_stub
-// sharedname = RACE_common_svnt
-// libs += RACE_common_stub
-
-// idlflags += -Sc \
-// -Wb,stub_export_macro=RACE_COMMON_STUB_Export \
-// -Wb,stub_export_include=RACE_common_stub_export.h \
-// -Wb,skel_export_macro=RACE_COMMON_SVNT_Export \
-// -Wb,skel_export_include=RACE_common_svnt_export.h
-// dynamicflags = RACE_COMMON_SVNT_BUILD_DLL
-
-// IDL_Files {
-// RACE_common.idl
-// }
-
-// Source_Files {
-// RACE_commonS.cpp
-// }
-
-// Header_Files {
-// RACE_commonS.h
-// }
-
-// Inline_Files {
-// RACE_commonS.inl
-// }
-// }