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
/
ORB_Local_Config
/
Bug_2612
/
Bug_2612.mpc
blob
087cb5a1cc4a54b9bc28a026434c73d620e47b5f
1
2
project (DllOrb) : taolib, portableserver {
3
4
dynamicflags += DLLORB_BUILD_DLL
5
6
source_files {
7
DllOrb.cpp
8
}
9
header_files {
10
DllOrb.h
11
DllOrb_Export.h
12
}
13
}
14
15
project : taoexe {
16
17
exename = Test
18
19
after += DllOrb
20
21
source_files {
22
Test.cpp
23
}
24
}