Subversion Repositories gelsvn

Rev

Rev 217 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 217 Rev 259
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: vc8exe.mpt 217 2006-05-05 09:35:48Z bj $
2
// $Id: vc8exe.mpt 217 2006-05-05 09:35:48Z bj $
3
 
3
 
4
conditional_include "common"
4
conditional_include "common"
5
conditional_include "windowscommon"
5
conditional_include "windowscommon"
6
 
6
 
7
configurations     = Debug Release
7
configurations     = Debug Release
8
common_defines     = WIN32 _CONSOLE _CRT_SECURE_NO_DEPRECATE
8
common_defines     = WIN32 _CONSOLE _CRT_SECURE_NO_DEPRECATE
9
ConfigurationType  = 1
9
ConfigurationType  = 1
10
SubSystem          = 1
10
SubSystem          = 1
11
Detect64BitPortabilityProblems = false
11
Detect64BitPortabilityProblems = false
12
MinimalRebuild     = false
12
MinimalRebuild     = false
13
 
13
 
14
conditional_include "vc8platforms"
14
conditional_include "vc8platforms"
15
 
15
 
16
Release {
16
Release {
17
  LinkIncremental  = 1
17
  LinkIncremental  = 1
18
  optimize         = 2
18
  optimize         = 2
19
  defines          = NDEBUG
19
  defines          = NDEBUG
20
  output_dir       = Release
20
  output_dir       = Release
21
  intermediate_dir = Release
21
  intermediate_dir = Release
22
}
22
}
23
 
23
 
24
Debug {
24
Debug {
25
  debug_prj        = 1
25
  debug_prj        = 1
26
  defines          = _DEBUG
26
  defines          = _DEBUG
27
  output_dir       = .
27
  output_dir       = .
28
  intermediate_dir = Debug
28
  intermediate_dir = Debug
29
  lib_modifier     = d
29
  lib_modifier     = d
30
}
30
}
31
 
31
 
32
Memcheck Release {
32
Memcheck Release {
33
  LinkIncremental    = 1
33
  LinkIncremental    = 1
34
  optimize           = 2
34
  optimize           = 2
35
  defines            = NDEBUG
35
  defines            = NDEBUG
36
  output_dir         = Release
36
  output_dir         = Release
37
  intermediate_dir   = Release
37
  intermediate_dir   = Release
38
  BasicRuntimeChecks = 0
38
  BasicRuntimeChecks = 0
39
  LinkIncremental    = 1
39
  LinkIncremental    = 1
40
  FixedBaseAddress   = 1
40
  FixedBaseAddress   = 1
41
}
41
}
42
 
42
 
43
Memcheck Debug {
43
Memcheck Debug {
44
  debug_prj          = 1
44
  debug_prj          = 1
45
  defines            = _DEBUG
45
  defines            = _DEBUG
46
  output_dir         = .
46
  output_dir         = .
47
  intermediate_dir   = Debug
47
  intermediate_dir   = Debug
48
  lib_modifier       = d
48
  lib_modifier       = d
49
  BasicRuntimeChecks = 0
49
  BasicRuntimeChecks = 0
50
  LinkIncremental    = 1
50
  LinkIncremental    = 1
51
  FixedBaseAddress   = 1
51
  FixedBaseAddress   = 1
52
}
52
}
53
 
53
 
54
MFC Release {
54
MFC Release {
55
  LinkIncremental   = 1
55
  LinkIncremental   = 1
56
  optimize          = 2
56
  optimize          = 2
57
  common_defines    = WIN32 _WINDOWS
57
  common_defines    = WIN32 _WINDOWS
58
  defines           = NDEBUG _AFXDLL
58
  defines           = NDEBUG _AFXDLL
59
  output_dir        = MFC_Release
59
  output_dir        = MFC_Release
60
  intermediate_dir  = MFC_Release
60
  intermediate_dir  = MFC_Release
61
  lib_modifier      = mfc
61
  lib_modifier      = mfc
62
  UseOfMFC          = 2
62
  UseOfMFC          = 2
63
  unicode_mfc_entry = wWinMainCRTStartup
63
  unicode_mfc_entry = wWinMainCRTStartup
64
}
64
}
65
 
65
 
66
MFC Debug {
66
MFC Debug {
67
  debug_prj         = 1
67
  debug_prj         = 1
68
  common_defines    = WIN32 _WINDOWS
68
  common_defines    = WIN32 _WINDOWS
69
  defines           = _DEBUG _AFXDLL
69
  defines           = _DEBUG _AFXDLL
70
  output_dir        = MFC_Debug
70
  output_dir        = MFC_Debug
71
  intermediate_dir  = MFC_Debug
71
  intermediate_dir  = MFC_Debug
72
  lib_modifier      = mfcd
72
  lib_modifier      = mfcd
73
  UseOfMFC          = 2
73
  UseOfMFC          = 2
74
  unicode_mfc_entry = wWinMainCRTStartup
74
  unicode_mfc_entry = wWinMainCRTStartup
75
}
75
}
76
 
76
 
77
conditional_include "vcpartialmacros"
77
conditional_include "vcpartialmacros"
78
conditional_include "user_vc8exe"
78
conditional_include "user_vc8exe"
79
 
79