repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
examples
/
RTScheduling
/
Job.mpc
blob
d868a7dabd5217b1ae394bfbfc530e54d2681425
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
9
10
IDL_Files {
11
Job.idl
12
}
13
14
Source_Files {
15
JobC.cpp
16
JobS.cpp
17
}
18
19
Header_Files {
20
JobC.h
21
JobS.h
22
job_export.h
23
}
24
25
Inline_Files {
26
JobC.inl
27
}
28
}