Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / examples / RTScheduling / Job.mpc
blobd868a7dabd5217b1ae394bfbfc530e54d2681425
1 // -*- MPC -*-
2 project(Job): portableserver {
3   idlflags += -St \
4               -Wb,export_macro=JOB_Export \
5               -Wb,export_include=job_export.h
6   after += RTSchedSynch
7   libs += RTSchedSynch
8   dynamicflags += JOB_BUILD_DLL
10   IDL_Files {
11     Job.idl
12   }
14   Source_Files {
15     JobC.cpp
16     JobS.cpp
17   }
19   Header_Files {
20     JobC.h
21     JobS.h
22     job_export.h
23   }
25   Inline_Files {
26     JobC.inl
27   }