summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/mfc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/mfc.mpb')
-rw-r--r--ACE/MPC/config/mfc.mpb16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/MPC/config/mfc.mpb b/ACE/MPC/config/mfc.mpb
new file mode 100644
index 00000000000..7f8a8f2edce
--- /dev/null
+++ b/ACE/MPC/config/mfc.mpb
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ requires += mfc
+ macros += _AFXDLL
+ specific(em3, nmake, vc6) {
+ subsystem = windows
+ } else {
+ subsystem = 2
+ }
+ specific {
+ use_mfc = 2
+ unicode_mfc_entry = wWinMainCRTStartup
+ }
+}