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: vc7libexe.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: vc7libexe.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
configuration_type = 1
9
configuration_type = 1
10
subsystem          = 1
10
subsystem          = 1
11
use_exe_modifier   =
11
use_exe_modifier   =
12
 
12
 
13
Release {
13
Release {
-
 
14
  LinkIncremental  = 1
14
  optimize         = 3
15
  optimize         = 3
15
  defines          = NDEBUG
16
  defines          = NDEBUG
16
  output_dir       = Static_Release
17
  output_dir       = Static_Release
17
  intermediate_dir = Static_Release
18
  intermediate_dir = Static_Release
18
  lib_modifier     = s
19
  lib_modifier     = s
Line 29... Line 30...
29
  pdbl             = 1
30
  pdbl             = 1
30
  pdbc             = 1
31
  pdbc             = 1
31
}
32
}
32
 
33
 
33
MFC Release {
34
MFC Release {
-
 
35
  LinkIncremental  = 1
34
  optimize          = 3
36
  optimize          = 3
35
  defines           = NDEBUG _AFXDLL
37
  defines           = NDEBUG _AFXDLL
36
  output_dir        = Static_MFC_Release
38
  output_dir        = Static_MFC_Release
37
  intermediate_dir  = Static_MFC_Release
39
  intermediate_dir  = Static_MFC_Release
38
  lib_modifier      = mfcs
40
  lib_modifier      = mfcs