summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Basic/Basic.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Basic/Basic.mpc')
-rw-r--r--TAO/examples/PluggableUDP/tests/Basic/Basic.mpc28
1 files changed, 4 insertions, 24 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Basic/Basic.mpc b/TAO/examples/PluggableUDP/tests/Basic/Basic.mpc
index 4c296c2067d..c3a57d77905 100644
--- a/TAO/examples/PluggableUDP/tests/Basic/Basic.mpc
+++ b/TAO/examples/PluggableUDP/tests/Basic/Basic.mpc
@@ -1,43 +1,23 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults {
+project(*server): taoexe, portableserver, strategies {
idlflags += -Sp -Sd
- IDL_Files {
- UDP.idl
- }
-
- custom_only = 1
-}
-
-project(*server): taoserver, strategies {
- exename = server
- after += *IDL
-
Source_Files {
- server.cpp
UDP_Client_i.cpp
+ server.cpp
UDP_i.cpp
- UDPS.cpp
- UDPC.cpp
- }
- IDL_Files {
}
}
-project(*client): taoserver, strategies {
- exename = client
- after += *IDL
+project(*client): taoexe, portableserver, strategies {
+ idlflags += -Sp -Sd
Source_Files {
client.cpp
UDP_Client_i.cpp
UDP_i.cpp
- UDPS.cpp
- UDPC.cpp
- }
- IDL_Files {
}
}