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
/
examples
/
Logging
/
Logging.mpc
blob
f6bf7b4e9cecc5427b028c9e75322b9196234e4f
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Logger.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Service): namingexe, utils, avoids_corba_e_micro {
10
exename = Logging_Service
11
after += *IDL
12
Source_Files {
13
Logger_i.cpp
14
Logging_Service.cpp
15
Logging_Service_i.cpp
16
LoggerS.cpp
17
LoggerC.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Test): namingexe, utils {
24
exename = Logging_Test
25
after += *IDL
26
Source_Files {
27
Logging_Test.cpp
28
Logging_Test_i.cpp
29
LoggerS.cpp
30
LoggerC.cpp
31
}
32
IDL_Files {
33
}
34
}