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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
tests
/
Object_Loader
/
Object_Loader.mpc
blob
b9e1548f2e017be8dedb9cbbf086324aaec3ee49
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Test): taolib_with_idl, portableserver {
10
after += *idl
11
sharedname = Test_DLL
12
dynamicflags += OLT_BUILD_DLL
13
14
IDL_Files {
15
}
16
17
Source_Files {
18
TestC.cpp
19
TestS.cpp
20
Test_i.cpp
21
Loader.cpp
22
}
23
}
24
25
project(*Driver): taoserver {
26
exename = driver
27
after += *Test *idl
28
29
IDL_Files {
30
}
31
32
Source_Files {
33
TestC.cpp
34
driver.cpp
35
}
36
}