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: vc8exe.mpt 198 2005-12-15 11:30:53Z 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
Line 17... Line 17...
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
  RuntimeLibrary   = 2
-
 
23
}
22
}
24
 
23
 
25
Debug {
24
Debug {
-
 
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
}
-
 
31
 
-
 
32
Memcheck Release {
-
 
33
  LinkIncremental    = 1
30
  RuntimeLibrary   = 3
34
  optimize           = 2
-
 
35
  defines            = NDEBUG
-
 
36
  output_dir         = Release
-
 
37
  intermediate_dir   = Release
-
 
38
  BasicRuntimeChecks = 0
-
 
39
  LinkIncremental    = 1
-
 
40
  FixedBaseAddress   = 1
-
 
41
}
-
 
42
 
-
 
43
Memcheck Debug {
-
 
44
  debug_prj          = 1
-
 
45
  defines            = _DEBUG
-
 
46
  output_dir         = .
-
 
47
  intermediate_dir   = Debug
-
 
48
  lib_modifier       = d
-
 
49
  BasicRuntimeChecks = 0
-
 
50
  LinkIncremental    = 1
-
 
51
  FixedBaseAddress   = 1
31
}
52
}
32
 
53
 
33
MFC Release {
54
MFC Release {
34
  LinkIncremental   = 1
55
  LinkIncremental   = 1
35
  optimize          = 2
56
  optimize          = 2
36
  common_defines    = WIN32 _WINDOWS
57
  common_defines    = WIN32 _WINDOWS
37
  defines           = NDEBUG _AFXDLL
58
  defines           = NDEBUG _AFXDLL
38
  output_dir        = MFC_Release
59
  output_dir        = MFC_Release
39
  intermediate_dir  = MFC_Release
60
  intermediate_dir  = MFC_Release
40
  lib_modifier      = mfc
61
  lib_modifier      = mfc
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
  common_defines    = WIN32 _WINDOWS
68
  common_defines    = WIN32 _WINDOWS
48
  defines           = _DEBUG _AFXDLL
69
  defines           = _DEBUG _AFXDLL
49
  output_dir        = MFC_Debug
70
  output_dir        = MFC_Debug
50
  intermediate_dir  = MFC_Debug
71
  intermediate_dir  = MFC_Debug
51
  lib_modifier      = mfcd
72
  lib_modifier      = mfcd
52
  RuntimeLibrary    = 3
-
 
53
  UseOfMFC          = 2
73
  UseOfMFC          = 2
54
  unicode_mfc_entry = wWinMainCRTStartup
74
  unicode_mfc_entry = wWinMainCRTStartup
55
}
75
}
56
 
76
 
57
conditional_include "vcpartialmacros"
77
conditional_include "vcpartialmacros"