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: vc8libexe.mpt 198 2005-12-15 11:30:53Z bj $
2
// $Id: vc8libexe.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 18... Line 18...
18
  optimize         = 2
18
  optimize         = 2
19
  defines          = NDEBUG
19
  defines          = NDEBUG
20
  output_dir       = Static_Release
20
  output_dir       = Static_Release
21
  intermediate_dir = Static_Release
21
  intermediate_dir = Static_Release
22
  lib_modifier     = s
22
  lib_modifier     = s
23
  RuntimeLibrary   = 2
-
 
24
}
23
}
25
 
24
 
26
Debug {
25
Debug {
-
 
26
  debug_prj        = 1
27
  defines          = _DEBUG
27
  defines          = _DEBUG
28
  output_dir       = Static_Debug
28
  output_dir       = Static_Debug
29
  intermediate_dir = Static_Debug
29
  intermediate_dir = Static_Debug
30
  lib_modifier     = sd
30
  lib_modifier     = sd
-
 
31
}
-
 
32
 
-
 
33
Memcheck Release {
31
  RuntimeLibrary   = 3
34
  optimize           = 2
-
 
35
  defines            = NDEBUG
-
 
36
  output_dir         = Static_Release
-
 
37
  intermediate_dir   = Static_Release
-
 
38
  lib_modifier       = s
-
 
39
  BasicRuntimeChecks = 0
-
 
40
  LinkIncremental    = 1
-
 
41
  FixedBaseAddress   = 1
-
 
42
}
-
 
43
 
-
 
44
Memcheck Debug {
-
 
45
  debug_prj          = 1
-
 
46
  defines            = _DEBUG
-
 
47
  output_dir         = Static_Debug
-
 
48
  intermediate_dir   = Static_Debug
-
 
49
  lib_modifier       = sd
-
 
50
  BasicRuntimeChecks = 0
-
 
51
  LinkIncremental    = 1
-
 
52
  FixedBaseAddress   = 1
32
}
53
}
33
 
54
 
34
MFC Release {
55
MFC Release {
35
  LinkIncremental  = 1
56
  LinkIncremental  = 1
36
  optimize          = 2
57
  optimize          = 2
37
  defines           = NDEBUG _AFXDLL
58
  defines           = NDEBUG _AFXDLL
38
  output_dir        = Static_MFC_Release
59
  output_dir        = Static_MFC_Release
39
  intermediate_dir  = Static_MFC_Release
60
  intermediate_dir  = Static_MFC_Release
40
  lib_modifier      = mfcs
61
  lib_modifier      = mfcs
41
  RuntimeLibrary    = 2
-
 
42
  UseOfMFC          = 2
62
  UseOfMFC          = 2
43
  unicode_mfc_entry = wWinMainCRTStartup
63
  unicode_mfc_entry = wWinMainCRTStartup
44
}
64
}
45
 
65
 
46
MFC Debug {
66
MFC Debug {
-
 
67
  debug_prj         = 1
47
  defines           = _DEBUG _AFXDLL
68
  defines           = _DEBUG _AFXDLL
48
  output_dir        = Static_MFC_Debug
69
  output_dir        = Static_MFC_Debug
49
  intermediate_dir  = Static_MFC_Debug
70
  intermediate_dir  = Static_MFC_Debug
50
  lib_modifier      = mfcsd
71
  lib_modifier      = mfcsd
51
  RuntimeLibrary    = 3
-
 
52
  UseOfMFC          = 2
72
  UseOfMFC          = 2
53
  unicode_mfc_entry = wWinMainCRTStartup
73
  unicode_mfc_entry = wWinMainCRTStartup
54
}
74
}
55
 
75
 
56
conditional_include "vcpartialmacros"
76
conditional_include "vcpartialmacros"