Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: vc7exe.mpt 198 2005-12-15 11:30:53Z bj $
2
// $Id: vc7exe.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
Line 14... Line 14...
14
  LinkIncremental  = 1
14
  LinkIncremental  = 1
15
  optimize         = 3
15
  optimize         = 3
16
  defines          = NDEBUG
16
  defines          = NDEBUG
17
  output_dir       = Release
17
  output_dir       = Release
18
  intermediate_dir = Release
18
  intermediate_dir = Release
19
  runtime_library  = 2
-
 
20
}
19
}
21
 
20
 
22
Debug {
21
Debug {
23
  optimize         =
22
  optimize         =
-
 
23
  debug_prj        = 1
24
  defines          = _DEBUG
24
  defines          = _DEBUG
25
  output_dir       = .
25
  output_dir       = .
26
  intermediate_dir = Debug
26
  intermediate_dir = Debug
27
  lib_modifier     = d
27
  lib_modifier     = d
28
  runtime_library  = 3
-
 
29
  pdbl             = 1
28
  pdbl             = 1
30
  pdbc             = 1
29
  pdbc             = 1
31
}
30
}
32
 
31
 
-
 
32
Memcheck Release {
-
 
33
  optimize           = 3
-
 
34
  defines            = NDEBUG
-
 
35
  output_dir         = Release
-
 
36
  intermediate_dir   = Release
-
 
37
  BasicRuntimeChecks = 0
-
 
38
  LinkIncremental    = 1
-
 
39
  FixedBaseAddress   = 1
-
 
40
  pdbl               = 1
-
 
41
}
-
 
42
 
-
 
43
Memcheck Debug {
-
 
44
  optimize           =
-
 
45
  debug_prj          = 1
-
 
46
  defines            = _DEBUG
-
 
47
  output_dir         = .
-
 
48
  intermediate_dir   = Debug
-
 
49
  lib_modifier       = d
-
 
50
  pdbc               = 1
-
 
51
  BasicRuntimeChecks = 0
-
 
52
  LinkIncremental    = 1
-
 
53
  FixedBaseAddress   = 1
-
 
54
  pdbl               = 1
-
 
55
}
-
 
56
 
33
MFC Release {
57
MFC Release {
34
  LinkIncremental  = 1
58
  LinkIncremental   = 1
35
  optimize          = 3
59
  optimize          = 3
36
  common_defines    = WIN32 _WINDOWS
60
  common_defines    = WIN32 _WINDOWS
37
  defines           = NDEBUG _AFXDLL
61
  defines           = NDEBUG _AFXDLL
38
  output_dir        = MFC_Release
62
  output_dir        = MFC_Release
39
  intermediate_dir  = MFC_Release
63
  intermediate_dir  = MFC_Release
40
  lib_modifier      = mfc
64
  lib_modifier      = mfc
41
  runtime_library   = 2
-
 
42
  use_mfc           = 2
65
  use_mfc           = 2
43
  unicode_mfc_entry = wWinMainCRTStartup
66
  unicode_mfc_entry = wWinMainCRTStartup
44
}
67
}
45
 
68
 
46
MFC Debug {
69
MFC Debug {
47
  optimize          =
70
  optimize          =
-
 
71
  debug_prj         = 1
48
  common_defines    = WIN32 _WINDOWS
72
  common_defines    = WIN32 _WINDOWS
49
  defines           = _DEBUG _AFXDLL
73
  defines           = _DEBUG _AFXDLL
50
  output_dir        = MFC_Debug
74
  output_dir        = MFC_Debug
51
  intermediate_dir  = MFC_Debug
75
  intermediate_dir  = MFC_Debug
52
  lib_modifier      = mfcd
76
  lib_modifier      = mfcd
53
  runtime_library   = 3
-
 
54
  pdbl              = 1
77
  pdbl              = 1
55
  pdbc              = 1
78
  pdbc              = 1
56
  use_mfc           = 2
79
  use_mfc           = 2
57
  unicode_mfc_entry = wWinMainCRTStartup
80
  unicode_mfc_entry = wWinMainCRTStartup
58
 
81