summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
commitec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 (patch)
treefd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/tests/AMI_Timeouts
parent1b130bd06994216696870c1749cca1fc60ee8b00 (diff)
downloadATCD-ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4.tar.gz
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/AMI_Timeouts')
-rw-r--r--TAO/tests/AMI_Timeouts/AMI_Timeouts.mpc13
1 files changed, 2 insertions, 11 deletions
diff --git a/TAO/tests/AMI_Timeouts/AMI_Timeouts.mpc b/TAO/tests/AMI_Timeouts/AMI_Timeouts.mpc
index 00f6a25e656..abde8207d57 100644
--- a/TAO/tests/AMI_Timeouts/AMI_Timeouts.mpc
+++ b/TAO/tests/AMI_Timeouts/AMI_Timeouts.mpc
@@ -1,8 +1,4 @@
-project(*Server): messaging, taoserver {
- idlflags -= -Sc
- idlflags += -GC
- requires += ami
-
+project(*Server): messaging, taoexe, portableserver, ami {
Source_Files {
timeout_i.cpp
timeout_client.cpp
@@ -10,12 +6,7 @@ project(*Server): messaging, taoserver {
}
}
-project(*Client): messaging, taoserver {
- exename = client
- idlflags -= -Sc
- idlflags += -GC
- requires += ami
-
+project(*Client): messaging, taoexe, portableserver, ami {
Source_Files {
timeout_i.cpp
timeout_client.cpp