summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
blob: 39bea8a0c18609c1129a12838df6aa9ca4de3246 (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
//$Id$
project : taolib_with_idl, csd_threadpool {
  sharedname   = CSD_PT_TestInf
  dynamicflags = CSD_PT_TESTINF_BUILD_DLL
  idlflags  += -Wb,export_macro=CSD_PT_TestInf_Export -Wb,export_include=CSD_PT_TestInf_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
    OrbShutdownTask.cpp
    OrbTask.cpp
    TestAppBase.cpp
    FooExceptionC.cpp
    FooExceptionS.cpp
    TestAppExceptionC.cpp
    TestAppExceptionS.cpp
    CancelledExceptionC.cpp
    CancelledExceptionS.cpp
    CustomExceptionC.cpp  
    CustomExceptionS.cpp  
  }

  Template_Files {
    ServantList_T.cpp
  }

}