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: vc8dll.mpt 198 2005-12-15 11:30:53Z bj $
2
// $Id: vc8dll.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 {
30
  RuntimeLibrary   = 3
33
  optimize           = 2
-
 
34
  defines            = NDEBUG
-
 
35
  output_dir         = Release
-
 
36
  intermediate_dir   = Release
-
 
37
  BasicRuntimeChecks = 0
-
 
38
  LinkIncremental    = 1
-
 
39
  FixedBaseAddress   = 1
-
 
40
}
-
 
41
 
-
 
42
Memcheck Debug {
-
 
43
  debug_prj          = 1
-
 
44
  defines            = _DEBUG
-
 
45
  output_dir         = .
-
 
46
  intermediate_dir   = Debug
-
 
47
  lib_modifier       = d
-
 
48
  BasicRuntimeChecks = 0
-
 
49
  LinkIncremental    = 1
-
 
50
  FixedBaseAddress   = 1
31
}
51
}
32
 
52
 
33
MFC Release {
53
MFC Release {
34
  LinkIncremental  = 1
54
  LinkIncremental  = 1
35
  optimize         = 2
55
  optimize         = 2
36
  defines          = NDEBUG
56
  defines          = NDEBUG
37
  output_dir       = MFC_Release
57
  output_dir       = MFC_Release
38
  intermediate_dir = MFC_Release
58
  intermediate_dir = MFC_Release
39
  lib_modifier     = mfc
59
  lib_modifier     = mfc
40
  RuntimeLibrary   = 2
-
 
41
  UseOfMFC         = 2
60
  UseOfMFC         = 2
42
}
61
}
43
 
62
 
44
MFC Debug {
63
MFC Debug {
-
 
64
  debug_prj        = 1
45
  defines          = _DEBUG
65
  defines          = _DEBUG
46
  output_dir       = MFC_Debug
66
  output_dir       = MFC_Debug
47
  intermediate_dir = MFC_Debug
67
  intermediate_dir = MFC_Debug
48
  lib_modifier     = mfcd
68
  lib_modifier     = mfcd
49
  RuntimeLibrary   = 2
-
 
50
  UseOfMFC         = 2
69
  UseOfMFC         = 2
51
}
70
}
52
 
71
 
53
conditional_include "vcpartialmacros"
72
conditional_include "vcpartialmacros"
54
conditional_include "user_vc8dll"
73
conditional_include "user_vc8dll"