repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
bin
/
MakeProjectCreator
/
config
/
vcl.mpb
blob
aed0d964c3cf1780a82ae977f259a709a046c5ae
1
// -*- MPC -*-
2
project {
3
requires += vcl
4
macros += ACE_HAS_VCL=1
5
specific(bmake, bds4) {
6
use_vcl = 1
7
lit_libs += rtl vcl
8
compile_flags += -tW -tWV
9
linkflags += -aa
10
}
11
verbatim(borland,macros) {
12
VCL=1
13
}
14
}