summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc b/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc
index 0f75c48c394..453ea84a1f0 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc
@@ -1,5 +1,5 @@
//$Id$
-project : taolib_with_idl, csd_threadpool, avoids_corba_e_micro {
+project : taolib_with_idl, csd_threadpool {
sharedname = CSD_TP_Test
dynamicflags = CSD_TP_TEST_BUILD_DLL
idlflags += -Wb,export_macro=CSD_TP_Test_Export \
@@ -9,8 +9,8 @@ project : taolib_with_idl, csd_threadpool, avoids_corba_e_micro {
IDL_Files {
FooException.idl
TestAppException.idl
- CancelledException.idl
- CustomException.idl
+ CancelledException.idl
+ CustomException.idl
}
Source_Files {
@@ -29,8 +29,8 @@ project : taolib_with_idl, csd_threadpool, avoids_corba_e_micro {
TestAppExceptionS.cpp
CancelledExceptionC.cpp
CancelledExceptionS.cpp
- CustomExceptionC.cpp
- CustomExceptionS.cpp
+ CustomExceptionC.cpp
+ CustomExceptionS.cpp
}
Template_Files {