Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
// -*- MPC -*-
2
// $Id: vc7lib.mpt 107 2005-09-02 16:42:23Z bj $
3
 
4
conditional_include "common"
5
conditional_include "windowscommon"
6
 
7
configurations     = Debug Release
8
common_defines     = WIN32 _WINDOWS
9
configuration_type = 4
10
use_lib_modifier   = 1
11
 
12
Release {
13
  optimize         = 3
14
  defines          = NDEBUG
15
  output_dir       = Static_Release
16
  intermediate_dir = Static_Release
17
  lib_modifier     = s
18
  runtime_library  = 2
19
}
20
 
21
Debug {
22
  optimize         =
23
  defines          = _DEBUG
24
  output_dir       = Static_Debug
25
  intermediate_dir = Static_Debug
26
  lib_modifier     = sd
27
  runtime_library  = 3
28
  pdbc             = 1
29
}
30
 
31
MFC Release {
32
  optimize         = 3
33
  defines          = NDEBUG
34
  output_dir       = Static_MFC_Release
35
  intermediate_dir = Static_MFC_Release
36
  lib_modifier     = mfcs
37
  runtime_library  = 2
38
  use_mfc          = 2
39
}
40
 
41
MFC Debug {
42
  optimize         =
43
  defines          = _DEBUG
44
  output_dir       = Static_MFC_Debug
45
  intermediate_dir = Static_MFC_Debug
46
  lib_modifier     = mfcsd
47
  runtime_library  = 3
48
  pdbc             = 1
49
  use_mfc          = 2
50
}
51
 
52
conditional_include "vcpartialmacros"
53
conditional_include "user_vc7lib"