Subversion Repositories gelsvn

Rev

Rev 107 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
// -*- MPC -*-
2
// $Id: vc6dsplib.mpt 107 2005-09-02 16:42:23Z bj $
3
 
4
conditional_include "common"
5
conditional_include "vccommon"
6
conditional_include "windowscommon"
7
 
8
type_description      = "Static Library"
9
type_code             = 0x0104
10
configurations        = Debug Release
11
common_defines        = WIN32 _WINDOWS
12
use_lib_modifier      = 1
13
 
14
Release {
15
  use_debug_libraries   = 0
16
  optimize              = 1
17
  compile_flags         = /W3 /GX /MD /GR
18
  defines               = NDEBUG
19
  compile_flags_removed = /YX
20
  output_dir            = Static_Release
21
  intermediate_dir      = Static_Release
22
  lib_modifier          = s
23
  debug_switch          =
24
}
25
 
26
Debug {
27
  use_debug_libraries   = 1
28
  optimize              =
29
  compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
30
  defines               = _DEBUG
31
  compile_flags_removed = /Fr /YX
32
  output_dir            = Static_Debug
33
  intermediate_dir      = Static_Debug
34
  lib_modifier          = sd
35
  pdbc                  = 1
36
}
37
 
38
MFC Release {
39
  use_debug_libraries   = 0
40
  optimize              = 1
41
  compile_flags         = /W3 /GX /MD /GR
42
  defines               = NDEBUG
43
  compile_flags_removed = /YX
44
  output_dir            = Static_MFC_Release
45
  intermediate_dir      = Static_MFC_Release
46
  lib_modifier          = mfcs
47
  debug_switch          =
48
  use_mfc               = 2
49
}
50
 
51
MFC Debug {
52
  use_debug_libraries   = 1
53
  optimize              =
54
  compile_flags         = /W3 /Gm /GX /Zi /MDd /GR /Gy
55
  defines               = _DEBUG
56
  compile_flags_removed = /Fr /YX
57
  output_dir            = Static_MFC_Debug
58
  intermediate_dir      = Static_MFC_Debug
59
  lib_modifier          = mfcsd
60
  pdbc                  = 1
61
  use_mfc               = 2
62
}
63
 
64
conditional_include "vcpartialmacros"
65
conditional_include "user_vc6dsplib"