summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog29
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc58
-rw-r--r--TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc3
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc3
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc4
-rw-r--r--TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc3
-rw-r--r--TAO/orbsvcs/examples/LoadBalancing/LoadBalancing.mpc19
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc3
-rw-r--r--TAO/performance-tests/Anyop/Anyop.mpc6
-rw-r--r--TAO/performance-tests/Latency/Collocation/Collocation.mpc2
11 files changed, 124 insertions, 8 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7718a8bfa35..9b2901e993b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,24 @@
+Wed Feb 11 11:38:18 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc:
+
+ Removed the minimum_corba requirement. It didn't seem necessary.
+
+ * orbsvcs/orbsvcs/RTEventLogAdmin.mpc:
+
+ Removed many extraneous base projects.
+
+ * examples/Simulator/Event_Supplier/Event_Supplier.mpc:
+ * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc:
+ * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc:
+ * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc:
+ * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc:
+ * orbsvcs/examples/LoadBalancing/LoadBalancing.mpc:
+ * performance-tests/Anyop/Anyop.mpc:
+ * performance-tests/Latency/Collocation/Collocation.mpc:
+
+ Added new mpc files for these projects.
+
Wed Feb 11 13:17:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc:
@@ -65,8 +86,8 @@ Wed Feb 11 09:23:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* TAOACE_WinCE.vcw:
* tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859.vcp:
* tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859_Static.vcp:
- Removed these procect files from the repo. If you want embedded
- Visual C++ project files generate them with MCP. These files where
+ Removed these project files from the repo. If you want embedded
+ Visual C++ project files generate them with MPC. These files where
just not maintained after the first checkin.
Tue Feb 10 11:18:35 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -82,8 +103,8 @@ Tue Feb 10 11:18:35 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Tue Feb 10 17:20:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * performance-tests/Anyop/Makefile.bor:
- Fixed this BCB makefile
+ * performance-tests/Anyop/Makefile.bor:
+ Fixed this BCB makefile
Tue Feb 10 11:11:19 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
new file mode 100644
index 00000000000..7cdac7c5849
--- /dev/null
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
@@ -0,0 +1,58 @@
+project(*Event_Sup): rtoldevent, namingexe {
+ exename = Event_Sup
+ idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
+ includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs
+
+ IDL_Files {
+ gendir = .
+ ../NavWeap.idl
+ }
+ Source_Files {
+ Event_Sup.cpp
+ DOVE_Supplier.cpp
+ }
+}
+
+project(*Event_Con): rtoldevent, namingexe {
+ exename = Event_Con
+ idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
+ includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs
+
+ IDL_Files {
+ gendir = .
+ ../NavWeap.idl
+ }
+ Source_Files {
+ Event_Con.cpp
+ }
+}
+
+project(*Logging_Sup): rtoldevent, namingexe {
+ exename = Logging_Sup
+ idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
+ includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs
+
+ IDL_Files {
+ gendir = .
+ ../NavWeap.idl
+ }
+ Source_Files {
+ Logging_Sup.cpp
+ DOVE_Supplier.cpp
+ }
+}
+
+project(*DualEC_Sup): rtoldevent, namingexe {
+ exename = DualEC_Sup
+ idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs
+ includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs
+
+ IDL_Files {
+ gendir = .
+ ../NavWeap.idl
+ }
+ Source_Files {
+ DualEC_Sup.cpp
+ DOVE_Supplier.cpp
+ }
+}
diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc
new file mode 100644
index 00000000000..c29c0a01467
--- /dev/null
+++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc
@@ -0,0 +1,3 @@
+project: namingexe, dslogadmin {
+ includes += $(TAO_ROOT)/orbsvcs
+} \ No newline at end of file
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc
new file mode 100644
index 00000000000..206aca95905
--- /dev/null
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc
@@ -0,0 +1,3 @@
+project: namingexe, dseventlogadmin {
+ includes += $(TAO_ROOT)/orbsvcs
+} \ No newline at end of file
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc
new file mode 100644
index 00000000000..cb728dea7c6
--- /dev/null
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc
@@ -0,0 +1,4 @@
+project: namingexe, dsnotifylogadmin {
+ exename = Notify_Logging_Service
+ includes += $(TAO_ROOT)/orbsvcs
+} \ No newline at end of file
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc
new file mode 100644
index 00000000000..bacdcf0dfb6
--- /dev/null
+++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc
@@ -0,0 +1,3 @@
+project: namingexe, rteventlogadmin {
+ includes += $(TAO_ROOT)/orbsvcs
+} \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/LoadBalancing/LoadBalancing.mpc b/TAO/orbsvcs/examples/LoadBalancing/LoadBalancing.mpc
new file mode 100644
index 00000000000..eac35615ec2
--- /dev/null
+++ b/TAO/orbsvcs/examples/LoadBalancing/LoadBalancing.mpc
@@ -0,0 +1,19 @@
+project(*Server): taoexe, loadbalancing {
+ includes += $(TAO_ROOT)/orbsvcs
+
+ Source_Files {
+ ServerRequestInterceptor.cpp
+ ORBInitializer.cpp
+ StockFactory.cpp
+ RPS_Monitor.cpp
+ Stock.cpp
+ server.cpp
+ }
+}
+
+project(*Client): taoexe, strategies {
+ Source_Files {
+ TestC.cpp
+ client.cpp
+ }
+}
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
index 4ca31b39b0f..7555dc62c61 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -2,7 +2,6 @@
// $Id$
project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
- requires += minimum_corba
exename = consumer
source_files {
RTEvent_Consumer.cpp
@@ -10,7 +9,6 @@ project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
}
project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
- requires += minimum_corba
exename = supplier
source_files {
RTEvent_Supplier.cpp
diff --git a/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
index 5eeb793985c..4db6a0244fd 100644
--- a/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
@@ -1,8 +1,7 @@
// -*- MPC -*-
// $Id$
-project(RTEventLogAdmin) : orbsvcslib, core, etcl, trading, iortable, naming, \
- rtoldevent, dslogadmin {
+project(RTEventLogAdmin) : orbsvcslib, core, naming, rtoldevent, dslogadmin {
sharedname = TAO_RTEventLogAdmin
idlflags += -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=Log/rteventlog_export.h
dynamicflags = TAO_RTEVENTLOG_BUILD_DLL
diff --git a/TAO/performance-tests/Anyop/Anyop.mpc b/TAO/performance-tests/Anyop/Anyop.mpc
new file mode 100644
index 00000000000..c1c9cbd34f4
--- /dev/null
+++ b/TAO/performance-tests/Anyop/Anyop.mpc
@@ -0,0 +1,6 @@
+project: taoexe {
+ Source_Files {
+ testC.cpp
+ anyop.cpp
+ }
+}
diff --git a/TAO/performance-tests/Latency/Collocation/Collocation.mpc b/TAO/performance-tests/Latency/Collocation/Collocation.mpc
new file mode 100644
index 00000000000..9916520c6a4
--- /dev/null
+++ b/TAO/performance-tests/Latency/Collocation/Collocation.mpc
@@ -0,0 +1,2 @@
+project(Latency*): taoexe, portableserver, strategies {
+}