Subversion Repositories gelsvn

Rev

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

Rev 107 Rev 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: vc7lib.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: vc7lib.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 13... Line 13...
13
  optimize         = 3
13
  optimize         = 3
14
  defines          = NDEBUG
14
  defines          = NDEBUG
15
  output_dir       = Static_Release
15
  output_dir       = Static_Release
16
  intermediate_dir = Static_Release
16
  intermediate_dir = Static_Release
17
  lib_modifier     = s
17
  lib_modifier     = s
18
  runtime_library  = 2
-
 
19
}
18
}
20
 
19
 
21
Debug {
20
Debug {
22
  optimize         =
21
  optimize         =
-
 
22
  debug_prj        = 1
23
  defines          = _DEBUG
23
  defines          = _DEBUG
24
  output_dir       = Static_Debug
24
  output_dir       = Static_Debug
25
  intermediate_dir = Static_Debug
25
  intermediate_dir = Static_Debug
26
  lib_modifier     = sd
26
  lib_modifier     = sd
27
  runtime_library  = 3
-
 
28
  pdbc             = 1
27
  pdbc             = 1
29
}
28
}
30
 
29
 
-
 
30
Memcheck Release {
-
 
31
  optimize           = 3
-
 
32
  defines            = NDEBUG
-
 
33
  output_dir         = Static_Release
-
 
34
  intermediate_dir   = Static_Release
-
 
35
  lib_modifier       = s
-
 
36
  BasicRuntimeChecks = 0
-
 
37
  FixedBaseAddress   = 1
-
 
38
}
-
 
39
 
-
 
40
Memcheck Debug {
-
 
41
  optimize           =
-
 
42
  debug_prj          = 1
-
 
43
  defines            = _DEBUG
-
 
44
  output_dir         = Static_Debug
-
 
45
  intermediate_dir   = Static_Debug
-
 
46
  lib_modifier       = sd
-
 
47
  pdbc               = 1
-
 
48
  BasicRuntimeChecks = 0
-
 
49
  FixedBaseAddress   = 1
-
 
50
}
-
 
51
 
31
MFC Release {
52
MFC Release {
32
  optimize         = 3
53
  optimize         = 3
33
  defines          = NDEBUG
54
  defines          = NDEBUG
34
  output_dir       = Static_MFC_Release
55
  output_dir       = Static_MFC_Release
35
  intermediate_dir = Static_MFC_Release
56
  intermediate_dir = Static_MFC_Release
36
  lib_modifier     = mfcs
57
  lib_modifier     = mfcs
37
  runtime_library  = 2
-
 
38
  use_mfc          = 2
58
  use_mfc          = 2
39
}
59
}
40
 
60
 
41
MFC Debug {
61
MFC Debug {
42
  optimize         =
62
  optimize         =
-
 
63
  debug_prj        = 1
43
  defines          = _DEBUG
64
  defines          = _DEBUG
44
  output_dir       = Static_MFC_Debug
65
  output_dir       = Static_MFC_Debug
45
  intermediate_dir = Static_MFC_Debug
66
  intermediate_dir = Static_MFC_Debug
46
  lib_modifier     = mfcsd
67
  lib_modifier     = mfcsd
47
  runtime_library  = 3
-
 
48
  pdbc             = 1
68
  pdbc             = 1
49
  use_mfc          = 2
69
  use_mfc          = 2
50
}
70
}
51
 
71
 
52
conditional_include "vcpartialmacros"
72
conditional_include "vcpartialmacros"