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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
ACE
/
examples
/
Export
/
Export.mpc
blob
ec446ba620532d5e791cd03712edec206e793083
1
// -*- MPC -*-
2
project(*Lib) : acelib {
3
sharedname = Export_Lib
4
dynamicflags += TEST_BUILD_DLL
5
Source_Files {
6
dll.cpp
7
}
8
}
9
10
project(*test) : aceexe {
11
exename = test
12
after += *Lib
13
libs += Export_Lib
14
Source_Files {
15
test.cpp
16
}
17
}