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 198
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: vc8libexe.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: vc8libexe.mpt 198 2005-12-15 11:30:53Z 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 9... Line 9...
9
ConfigurationType  = 1
9
ConfigurationType  = 1
10
SubSystem          = 1
10
SubSystem          = 1
11
Detect64BitPortabilityProblems = false
11
Detect64BitPortabilityProblems = false
12
MinimalRebuild     = false
12
MinimalRebuild     = false
13
 
13
 
-
 
14
conditional_include "vc8platforms"
-
 
15
 
14
Release {
16
Release {
-
 
17
  LinkIncremental  = 1
15
  optimize         = 2
18
  optimize         = 2
16
  defines          = NDEBUG
19
  defines          = NDEBUG
17
  output_dir       = Static_Release
20
  output_dir       = Static_Release
18
  intermediate_dir = Static_Release
21
  intermediate_dir = Static_Release
19
  lib_modifier     = s
22
  lib_modifier     = s
Line 27... Line 30...
27
  lib_modifier     = sd
30
  lib_modifier     = sd
28
  RuntimeLibrary   = 3
31
  RuntimeLibrary   = 3
29
}
32
}
30
 
33
 
31
MFC Release {
34
MFC Release {
-
 
35
  LinkIncremental  = 1
32
  optimize          = 2
36
  optimize          = 2
33
  defines           = NDEBUG _AFXDLL
37
  defines           = NDEBUG _AFXDLL
34
  output_dir        = Static_MFC_Release
38
  output_dir        = Static_MFC_Release
35
  intermediate_dir  = Static_MFC_Release
39
  intermediate_dir  = Static_MFC_Release
36
  lib_modifier      = mfcs
40
  lib_modifier      = mfcs