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
/
POA
/
Reference_Counted_Servant
/
Reference_Counted_Servant.mpc
blob
5a799ef7697f3bc322dbd4dac2e00b75574844ff
1
// -*- MPC -*-
2
project(*Server): taoexe, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
3
exename = server
4
libs += Generic_Servant
5
after += POA_Generic_Servant_Lib
6
includes += ../Generic_Servant
7
libpaths += ../Generic_Servant
8
9
Source_Files {
10
server.cpp
11
}
12
}