Go to most recent revision | Blame | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: mfc.mpb 107 2005-09-02 16:42:23Z bj $
project {
requires += mfc
macros += _AFXDLL
specific(em3, nmake, vc6) {
subsystem = windows
}
specific(vc7, vc71, vc8) {
subsystem = 2
}
specific {
use_mfc = 2
unicode_mfc_entry = wWinMainCRTStartup
}
}