summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/mfc.mpb
blob: 7f8a8f2edce2fa63874fded3c15e3336acb4e7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  }
}