Mon Feb 17 11:45:32 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / templates / vc6dsplib.mpt
blob2e6c7d298dae4b4928ff45c0db6cc302e886ac05
1 // -*- MPC -*-
2 // $Id$
4 conditional_include "common"
5 conditional_include "vccommon"
6 conditional_include "windowscommon"
8 type_description      = "Static Library"
9 type_code             = 0x0104
10 configurations        = Debug Release
11 common_defines        = WIN32 _WINDOWS
13 Release {
14   use_debug_libraries   = 0
15   optimize              = 1
16   compile_flags         = /W3 /GX /MD /GR
17   defines               = NDEBUG
18   compile_flags_removed = /YX
19   output_dir            = Static_Release
20   intermediate_dir      = Static_Release
21   lib_modifier          = s
22   debug_switch          =
25 Debug {
26   use_debug_libraries   = 1
27   optimize              =
28   compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
29   defines               = _DEBUG
30   compile_flags_removed = /Fr /YX
31   output_dir            = Static_Debug
32   intermediate_dir      = Static_Debug
33   lib_modifier          = sd
34   pdbc                  = 1
37 MFC Release {
38   use_debug_libraries   = 0
39   optimize              = 1
40   compile_flags         = /W3 /GX /MD /GR
41   defines               = NDEBUG
42   compile_flags_removed = /YX
43   output_dir            = Static_MFC_Release
44   intermediate_dir      = Static_MFC_Release
45   lib_modifier          = mfcs
46   debug_switch          =
47   use_mfc               = 2
50 MFC Debug {
51   use_debug_libraries   = 1
52   optimize              =
53   compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
54   defines               = _DEBUG
55   compile_flags_removed = /Fr /YX
56   output_dir            = Static_MFC_Debug
57   intermediate_dir      = Static_MFC_Debug
58   lib_modifier          = mfcsd
59   pdbc                  = 1
60   use_mfc               = 2
63 conditional_include "vcpartialmacros"
64 conditional_include "user_vc6dsplib"