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
/
acemfcexe.mpb
blob
9b336ecb0d6b153d2ef8768fff080d17cf7c53c9
1
// -*- MPC -*-
2
project: aceexe, ace_mfc {
3
specific(vc8, vc9, vc10) {
4
common_defines -= _CONSOLE
5
}
6
specific(vc8, vc9) {
7
SubSystem = 2
8
}
9
specific(vc10) {
10
SubSystem = Windows
11
}
12
}