Clear out the previous custom_multi_details hash map so that we don't have extraneous...
[MPC.git] / templates / vc1xlibexe.mpt
blobbdb9664c46156c1693110a6bbbed22089785bc0f
1 // -*- MPC -*-
2 conditional_include "common"
3 conditional_include "windowscommon"
5 configurations           = Debug Release
6 common_defines           = WIN32 _CONSOLE _CRT_NONSTDC_NO_WARNINGS
7 ConfigurationType        = 1
8 SubSystem                = Console
9 MinimalRebuild           = false
10 GenerateDebugInformation = true
12 Release {
13   LinkIncremental          = 1
14   optimize                 = MaxSpeed
15   defines                  = NDEBUG
16   output_dir               = Static_Release
17   intermediate_dir         = Static_Release
18   lib_modifier             = s
19   EnableIntrinsicFunctions = true
20   WholeProgramOptimization = true
23 Debug {
24   debug_prj        = 1
25   defines          = _DEBUG
26   output_dir       = Static_Debug
27   intermediate_dir = Static_Debug
28   lib_modifier     = sd
31 Memcheck Release {
32   optimize                 = MaxSpeed
33   defines                  = NDEBUG
34   output_dir               = Static_Release
35   intermediate_dir         = Static_Release
36   lib_modifier             = s
37   BasicRuntimeChecks       = 0
38   LinkIncremental          = 1
39   FixedBaseAddress         = 1
40   EnableIntrinsicFunctions = true
41   WholeProgramOptimization = true
44 Memcheck Debug {
45   debug_prj          = 1
46   defines            = _DEBUG
47   output_dir         = Static_Debug
48   intermediate_dir   = Static_Debug
49   lib_modifier       = sd
50   BasicRuntimeChecks = 0
51   LinkIncremental    = 1
52   FixedBaseAddress   = 1
55 MFC Release {
56   LinkIncremental          = 1
57   optimize                 = MaxSpeed
58   common_defines           = WIN32 _WINDOWS
59   defines                  = NDEBUG _AFXDLL
60   output_dir               = Static_MFC_Release
61   intermediate_dir         = Static_MFC_Release
62   lib_modifier             = mfcs
63   UseOfMFC                 = Dynamic
64   unicode_mfc_entry        = wWinMainCRTStartup
65   EnableIntrinsicFunctions = true
66   WholeProgramOptimization = true
69 MFC Debug {
70   debug_prj         = 1
71   common_defines    = WIN32 _WINDOWS
72   defines           = _DEBUG _AFXDLL
73   output_dir        = Static_MFC_Debug
74   intermediate_dir  = Static_MFC_Debug
75   lib_modifier      = mfcsd
76   UseOfMFC          = Dynamic
77   unicode_mfc_entry = wWinMainCRTStartup
80 conditional_include "vcpartialmacros"