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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Time_Policy_Custom
/
Custom_Time_Policy.mpc
blob
f0d7d6fcfc8f855738911161fc5bee4326a47c64
1
// -*- MPC -*-
2
project(*Lib): taolib {
3
sharedname = CustomTimePolicy
4
dynamicflags = TPTEST_BUILD_DLL
5
Source_Files {
6
Custom_Time_Policy_Strategy.cpp
7
}
8
}
9
10
project(*Exe): taoserver {
11
after += *Lib
12
libs += CustomTimePolicy
13
exename = test
14
Source_Files {
15
main.cpp
16
}
17
IDL_Files {
18
}
19
}
20