summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/wchar/interop_wchar.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests/wchar/interop_wchar.mpc')
-rw-r--r--TAO/interop-tests/wchar/interop_wchar.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/interop-tests/wchar/interop_wchar.mpc b/TAO/interop-tests/wchar/interop_wchar.mpc
index 1e82e0edc94..a6175869bf6 100644
--- a/TAO/interop-tests/wchar/interop_wchar.mpc
+++ b/TAO/interop-tests/wchar/interop_wchar.mpc
@@ -1,33 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults, anytypecode {
- IDL_Files {
- interop_wchar.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver {
- after += *IDL
Source_Files {
interop_wchar_i.cpp
wchar_reference.cpp
server.cpp
- interop_wcharS.cpp
- interop_wcharC.cpp
- }
- IDL_Files {
}
}
project(*Client): taoclient, anytypecode {
- after += *IDL
Source_Files {
interop_wcharC.cpp
wchar_reference.cpp
client.cpp
}
- IDL_Files {
- }
}