Update bmake.mpd
[MPC.git] / templates / vc6dspdll.mpt
blob66e1eebc5f6eb0ac0e58c2da7983e74221978f86
1 // -*- MPC -*-
2 conditional_include "common"
3 conditional_include "vccommon"
4 conditional_include "windowscommon"
6 type_description = "Dynamic-Link Library"
7 type_code        = 0x0102
8 configurations   = Debug Release
9 common_defines   = WIN32 _WINDOWS
11 Release {
12   use_debug_libraries   = 0
13   optimize              = 1
14   compile_flags         = /W3 /GX /MD /GR
15   defines               = NDEBUG
16   compile_flags_removed = /YX
17   output_dir            = Release
18   intermediate_dir      = Release
19   debug_switch          =
22 Debug {
23   use_debug_libraries   = 1
24   optimize              =
25   compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
26   defines               = _DEBUG
27   compile_flags_removed = /Fr /YX
28   intermediate_dir      = Debug
29   lib_modifier          = d
30   pdbl                  = 1
31   pdbc                  = 1
34 MFC Release {
35   use_debug_libraries   = 0
36   optimize              = 1
37   compile_flags         = /W3 /GX /MD /GR
38   defines               = NDEBUG _WINDLL _AFXDLL
39   compile_flags_removed = /YX
40   output_dir            = MFC_Release
41   intermediate_dir      = MFC_Release
42   debug_switch          =
43   lib_modifier          = mfc
44   use_mfc               = 2
47 MFC Debug {
48   use_debug_libraries   = 1
49   optimize              =
50   compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
51   defines               = _DEBUG _WINDLL _AFXDLL
52   compile_flags_removed = /Fr /YX
53   output_dir            = MFC_Debug
54   intermediate_dir      = MFC_Debug
55   lib_modifier          = mfcd
56   pdbl                  = 1
57   pdbc                  = 1
58   use_mfc               = 2
61 conditional_include "vcpartialmacros"
62 conditional_include "user_vc6dspdll"