summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/acemfcexe.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/acemfcexe.mpb')
-rw-r--r--bin/MakeProjectCreator/config/acemfcexe.mpb7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/config/acemfcexe.mpb b/bin/MakeProjectCreator/config/acemfcexe.mpb
index 4b136caa59e..c7bf95454f0 100644
--- a/bin/MakeProjectCreator/config/acemfcexe.mpb
+++ b/bin/MakeProjectCreator/config/acemfcexe.mpb
@@ -3,7 +3,12 @@
project: aceexe, ace_mfc {
specific(vc8, vc9, vc10) {
- SubSystem = 2
common_defines -= _CONSOLE
}
+ specific(vc8, vc9) {
+ SubSystem = 2
+ }
+ specific(vc10) {
+ SubSystem = Windows
+ }
}