Merge pull request #39 from jwillemsen/jwi-bcc32c
[MPC.git] / templates / vc6dspdllexe.mpt
blob10f14b8066b85133a75f761681314962ede199a2
1 // -*- MPC -*-
2 conditional_include "common"
3 conditional_include "vccommon"
4 conditional_include "windowscommon"
6 type_description = "Console Application"
7 type_code        = 0x0103
8 configurations   = Debug Release
9 common_defines   = WIN32 _CONSOLE
10 subsystem        = console
12 Release {
13   use_debug_libraries   = 0
14   optimize              = 1
15   compile_flags         = /W3 /GX /MD /GR
16   defines               = NDEBUG
17   compile_flags_removed = /YX
18   output_dir            = Release
19   intermediate_dir      = Release
20   debug_switch          =
23 Debug {
24   use_debug_libraries   = 1
25   optimize              =
26   compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
27   defines               = _DEBUG
28   compile_flags_removed = /YX
29   intermediate_dir      = Debug
30   lib_modifier          = d
31   pdbl                  = 1
32   pdbc                  = 1
35 MFC Release {
36   subsystem             = windows
37   use_debug_libraries   = 0
38   optimize              = 1
39   compile_flags         = /W3 /GX /MD /GR
40   common_defines        = WIN32 _WINDOWS
41   defines               = NDEBUG _AFXDLL
42   compile_flags_removed = /YX
43   output_dir            = MFC_Release
44   intermediate_dir      = MFC_Release
45   debug_switch          =
46   lib_modifier          = mfc
47   use_mfc               = 2
48   unicode_mfc_entry     = wWinMainCRTStartup
51 MFC Debug {
52   subsystem             = windows
53   use_debug_libraries   = 1
54   optimize              =
55   compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
56   common_defines        = WIN32 _WINDOWS
57   defines               = _DEBUG _AFXDLL
58   compile_flags_removed = /YX
59   intermediate_dir      = MFC_Debug
60   output_dir            = MFC_Debug
61   lib_modifier          = mfcd
62   pdbl                  = 1
63   pdbc                  = 1
64   use_mfc               = 2
65   unicode_mfc_entry     = wWinMainCRTStartup
68 conditional_include "vcpartialmacros"
69 conditional_include "user_vc6dspdllexe"