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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
POA
/
Explicit_Activation
/
POA_Explicit_Activation.mpc
blob
f414495f42616b816047d01395776c2fe3aada3a
1
// -*- MPC -*-
2
project(*Server): taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
3
libs += Generic_Servant
4
after += POA_Generic_Servant_Lib
5
includes += ../Generic_Servant
6
libpaths += ../Generic_Servant
7
8
Source_Files {
9
server.cpp
10
}
11
}