summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc
blob: 453ea84a1f06bf04c7fef43f4e3754888fc9d9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//$Id$
project : taolib_with_idl, csd_threadpool {
  sharedname   = CSD_TP_Test
  dynamicflags = CSD_TP_TEST_BUILD_DLL
  idlflags  += -Wb,export_macro=CSD_TP_Test_Export \
               -Wb,export_include=CSD_TP_Test_Export.h
  includes    += $(TAO_ROOT)/tao

  IDL_Files {
    FooException.idl
    TestAppException.idl
    CancelledException.idl  
    CustomException.idl     
  }

  Source_Files {
    AppHelper.cpp
    AppShutdown.cpp
    ClientEngine.cpp
    ClientTask.cpp
    OrbRunner.cpp
    OrbTask.cpp
    TestAppBase.cpp
    StatisticsHelper.cpp
    OrbShutdownTask.cpp
    FooExceptionC.cpp
    FooExceptionS.cpp
    TestAppExceptionC.cpp
    TestAppExceptionS.cpp
    CancelledExceptionC.cpp
    CancelledExceptionS.cpp
    CustomExceptionC.cpp  
    CustomExceptionS.cpp  
  }

  Template_Files {
    ServantList_T.cpp
  }
}