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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
ACE
/
examples
/
DLL
/
DLL.mpc
blob
f6f89d50684c1e28317e13ec8dec57583823f103
1
// -*- MPC -*-
2
project(*Newsweek) : acelib {
3
Source_Files {
4
Newsweek.cpp
5
}
6
}
7
8
project(*Today) : acelib {
9
Source_Files {
10
Today.cpp
11
}
12
}
13
14
project(*Main) : aceexe {
15
exename = test_dll
16
after += DLL_Newsweek DLL_Today
17
Source_Files {
18
test_dll.cpp
19
}
20
}