Merge pull request #228 from DOCGroup/jwillemsen-patch-1
[MPC.git] / templates / vc8lib.mpt
bloba6b2233fb178f4b6e6bf476716fb6f4bfb970d23
1 // -*- MPC -*-
2 conditional_include "common"
3 conditional_include "windowscommon"
5 configurations     = Debug Release
6 common_defines     = WIN32 _WINDOWS _CRT_NONSTDC_NO_WARNINGS
7 ConfigurationType  = 4
8 Detect64BitPortabilityProblems = false
9 MinimalRebuild     = false
11 conditional_include "vc8platforms"
13 Release {
14   optimize         = 2
15   defines          = NDEBUG
16   output_dir       = Static_Release
17   intermediate_dir = Static_Release
18   lib_modifier     = s
19   GenerateDebugInformation = false
22 Debug {
23   debug_prj        = 1
24   defines          = _DEBUG
25   output_dir       = Static_Debug
26   intermediate_dir = Static_Debug
27   lib_modifier     = sd
30 Memcheck Release {
31   optimize           = 2
32   defines            = NDEBUG
33   output_dir         = Static_Release
34   intermediate_dir   = Static_Release
35   lib_modifier       = s
36   BasicRuntimeChecks = 0
37   FixedBaseAddress   = 1
40 Memcheck Debug {
41   debug_prj          = 1
42   defines            = _DEBUG
43   output_dir         = Static_Debug
44   intermediate_dir   = Static_Debug
45   lib_modifier       = sd
46   BasicRuntimeChecks = 0
47   FixedBaseAddress   = 1
50 MFC Release {
51   optimize         = 2
52   defines          = NDEBUG
53   output_dir       = Static_MFC_Release
54   intermediate_dir = Static_MFC_Release
55   lib_modifier     = mfcs
56   UseOfMFC         = 2
57   GenerateDebugInformation = false
60 MFC Debug {
61   debug_prj        = 1
62   defines          = _DEBUG
63   output_dir       = Static_MFC_Debug
64   intermediate_dir = Static_MFC_Debug
65   lib_modifier     = mfcsd
66   UseOfMFC         = 2
69 conditional_include "vcpartialmacros"
70 conditional_include "user_vc8lib"