summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc')
-rw-r--r--TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc b/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc
index 73fd7a94ffe..a07e199285d 100644
--- a/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc
+++ b/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc
@@ -20,11 +20,10 @@ project(Stock_Base_Distributor_stub): ciao_events_base_dnc {
}
project(Stock_Base_Distributor_svnt) : ciao_servant_dnc {
- avoids += ace_for_tao
after += Stock_Base_svnt Stock_Base_Distributor_stub
sharedname = Distributor_svnt
libs += Distributor_stub Stock_Base_stub Stock_Base_svnt
-
+
idlflags += -Wb,export_macro=DISTRIBUTOR_SVNT_Export -Wb,export_include=Distributor_svnt_export.h
dynamicflags = DISTRIBUTOR_SVNT_BUILD_DLL
@@ -45,27 +44,25 @@ project(Stock_Base_Distributor_svnt) : ciao_servant_dnc {
project(Stock_Base_Distributor_exec) : ciao_component_dnc {
- avoids += ace_for_tao
after += Stock_Base_Distributor_svnt
sharedname = Distributor_exec
libs += Distributor_stub Distributor_svnt Stock_Base_stub Stock_Base_svnt
-
+
idlflags += -Wb,export_macro=DISTRIBUTOR_EXEC_Export -Wb,export_include=Distributor_exec_export.h
dynamicflags = DISTRIBUTOR_EXEC_BUILD_DLL
IDL_Files {
-
+
}
Source_Files {
-
+
Distributor_exec.cpp
}
}
project (Stock_Distributor) : ciao_client_dnc, valuetype{
- avoids += ace_for_tao
exename = Distributor
after += Stock_Base_Distributor_stub
libs += Distributor_stub Stock_Base_stub
@@ -77,4 +74,3 @@ project (Stock_Distributor) : ciao_client_dnc, valuetype{
Distributor.cpp
}
}
-