Zapped trailing whitespaces
[MPC.git] / templates / vc8libexe.mpt
blobfc1d511e2ac7788355d23c7ef21e52d3a646ced5
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          = 1
9 Detect64BitPortabilityProblems = false
10 MinimalRebuild     = false
12 conditional_include "vc8platforms"
14 Release {
15   LinkIncremental  = 1
16   optimize         = 2
17   defines          = NDEBUG
18   output_dir       = Static_Release
19   intermediate_dir = Static_Release
20   lib_modifier     = s
21   GenerateDebugInformation = false
24 Debug {
25   debug_prj        = 1
26   defines          = _DEBUG
27   output_dir       = Static_Debug
28   intermediate_dir = Static_Debug
29   lib_modifier     = sd
32 Memcheck Release {
33   optimize           = 2
34   defines            = NDEBUG
35   output_dir         = Static_Release
36   intermediate_dir   = Static_Release
37   lib_modifier       = s
38   BasicRuntimeChecks = 0
39   LinkIncremental    = 1
40   FixedBaseAddress   = 1
43 Memcheck Debug {
44   debug_prj          = 1
45   defines            = _DEBUG
46   output_dir         = Static_Debug
47   intermediate_dir   = Static_Debug
48   lib_modifier       = sd
49   BasicRuntimeChecks = 0
50   LinkIncremental    = 1
51   FixedBaseAddress   = 1
54 MFC Release {
55   LinkIncremental  = 1
56   optimize          = 2
57   defines           = NDEBUG _AFXDLL
58   output_dir        = Static_MFC_Release
59   intermediate_dir  = Static_MFC_Release
60   lib_modifier      = mfcs
61   UseOfMFC          = 2
62   unicode_mfc_entry = wWinMainCRTStartup
63   GenerateDebugInformation = false
66 MFC Debug {
67   debug_prj         = 1
68   defines           = _DEBUG _AFXDLL
69   output_dir        = Static_MFC_Debug
70   intermediate_dir  = Static_MFC_Debug
71   lib_modifier      = mfcsd
72   UseOfMFC          = 2
73   unicode_mfc_entry = wWinMainCRTStartup
76 conditional_include "vcpartialmacros"
77 conditional_include "user_vc8libexe"