Subversion Repositories gelsvn

Rev

Rev 107 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 119
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: em3vcplibexe.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: em3vcplibexe.mpt 107 2005-09-02 16:42:23Z bj $
3
 
3
 
4
conditional_include "common"
4
conditional_include "common"
5
conditional_include "windowscommon"
5
conditional_include "windowscommon"
6
 
6
 
7
type_description      = Application
7
type_description      = Application
8
platforms             = "WCE ARM" "WCE ARMV4" "WCE emulator" "WCE x86"
8
platforms             = "WCE ARM" "WCE ARMV4" "WCE emulator" "WCE x86"
9
default_configuration = Debug
9
default_configuration = Debug
10
default_platform      = "WCE ARM"
10
default_platform      = "WCE ARM"
11
configurations        = Debug Release
11
configurations        = Debug Release
12
common_defines        = UNICODE _UNICODE
12
common_defines        = UNICODE _UNICODE
13
use_exe_modifier      =
13
use_exe_modifier      =
14
unicode               = 1
14
unicode               = 1
15
 
15
 
16
WCE x86 {
16
WCE x86 {
17
  type_code   = 0x8301
17
  type_code   = 0x8301
18
  cpu_id      = D6518FF3-710F-11D3-99F2-00105A0DF099
18
  cpu_id      = D6518FF3-710F-11D3-99F2-00105A0DF099
19
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
19
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
20
  machine     = IX86
20
  machine     = IX86
21
  cpu_defines = _i386_ _X86_ x86
21
  cpu_defines = _i386_ _X86_ x86
22
}
22
}
23
 
23
 
24
WCE emulator {
24
WCE emulator {
25
  type_code   = 0xa601
25
  type_code   = 0xa601
26
  cpu_id      = D6518FF3-710F-11D3-99F2-00105A0DF099
26
  cpu_id      = D6518FF3-710F-11D3-99F2-00105A0DF099
27
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
27
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
28
  machine     = IX86
28
  machine     = IX86
29
  cpu_defines = _i386_ _X86_ x86
29
  cpu_defines = _i386_ _X86_ x86
30
}
30
}
31
 
31
 
32
WCE ARM {
32
WCE ARM {
33
  type_code   = 0x8501
33
  type_code   = 0x8501
34
  cpu_id      = D6518FFC-710F-11D3-99F2-00105A0DF099
34
  cpu_id      = D6518FFC-710F-11D3-99F2-00105A0DF099
35
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
35
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
36
  machine     = ARM
36
  machine     = ARM
37
  cpp         = clarm.exe
37
  cpp         = clarm.exe
38
  cpu_defines = ARM _ARM_
38
  cpu_defines = ARM _ARM_
39
}
39
}
40
 
40
 
41
WCE ARMV4 {
41
WCE ARMV4 {
42
  type_code   = 0xa301
42
  type_code   = 0xa301
43
  cpu_id      = D6518FF3-710F-11D3-99F2-00105A0DF099
43
  cpu_id      = D6518FF3-710F-11D3-99F2-00105A0DF099
44
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
44
  platform_id = 8A9A2F80-6887-11D3-842E-005004848CBA
45
  machine     = ARM
45
  machine     = ARM
46
  cpp         = clarm.exe
46
  cpp         = clarm.exe
47
  cpu_defines = ARM _ARM_ ARMV4
47
  cpu_defines = ARM _ARM_ ARMV4
48
  cpu_options = /QRxscale
48
  cpu_options = /QRxscale
49
}
49
}
50
 
50
 
51
Release {
51
Release {
52
  use_debug_libraries   = 0
52
  use_debug_libraries   = 0
53
  optimize              = 1
53
  optimize              = 1
54
  compile_flags         = /W3 /GR
54
  compile_flags         = /W3 /GR
55
  defines               = NDEBUG
55
  defines               = NDEBUG
56
  compile_flags_removed = /YX
56
  compile_flags_removed = /YX
57
  lib_modifier          = s
57
  lib_modifier          = s
58
  output_dir            = Static_Release
58
  output_dir            = Static_Release
59
  intermediate_dir      = Static_Release
59
  intermediate_dir      = Static_Release
60
}
60
}
61
 
61
 
62
Debug {
62
Debug {
63
  use_debug_libraries   = 1
63
  use_debug_libraries   = 1
64
  optimize              =
64
  optimize              =
65
  compile_flags         = /W3 /Gm /Zi /GR /Gy
65
  compile_flags         = /W3 /Gm /Zi /GR /Gy
66
  defines               = _DEBUG
66
  defines               = _DEBUG
67
  compile_flags_removed = /YX
67
  compile_flags_removed = /YX
68
  lib_modifier          = sd
68
  lib_modifier          = sd
69
  output_dir            = Static_Debug
69
  output_dir            = Static_Debug
70
  intermediate_dir      = Static_Debug
70
  intermediate_dir      = Static_Debug
71
  pdbl                  = 1
71
  pdbl                  = 1
72
  pdbc                  = 1
72
  pdbc                  = 1
73
}
73
}
74
 
74
 
75
MFC Release {
75
MFC Release {
76
  use_debug_libraries   = 0
76
  use_debug_libraries   = 0
77
  optimize              = 1
77
  optimize              = 1
78
  compile_flags         = /W3 /GR
78
  compile_flags         = /W3 /GR
79
  defines               = NDEBUG _AFXDLL
79
  defines               = NDEBUG _AFXDLL
80
  compile_flags_removed = /YX
80
  compile_flags_removed = /YX
81
  lib_modifier          = mfcs
81
  lib_modifier          = mfcs
82
  output_dir            = Static_MFC_Release
82
  output_dir            = Static_MFC_Release
83
  intermediate_dir      = Static_MFC_Release
83
  intermediate_dir      = Static_MFC_Release
84
  use_mfc               = 2
84
  use_mfc               = 2
85
  unicode_mfc_entry     = wWinMainCRTStartup
85
  unicode_mfc_entry     = wWinMainCRTStartup
86
}
86
}
87
 
87
 
88
MFC Debug {
88
MFC Debug {
89
  use_debug_libraries   = 1
89
  use_debug_libraries   = 1
90
  optimize              =
90
  optimize              =
91
  compile_flags         = /W3 /Gm /Zi /GR /Gy
91
  compile_flags         = /W3 /Gm /Zi /GR /Gy
92
  defines               = _DEBUG _AFXDLL
92
  defines               = _DEBUG _AFXDLL
93
  compile_flags_removed = /YX
93
  compile_flags_removed = /YX
94
  lib_modifier          = mfcsd
94
  lib_modifier          = mfcsd
95
  output_dir            = Static_MFC_Debug
95
  output_dir            = Static_MFC_Debug
96
  intermediate_dir      = Static_MFC_Debug
96
  intermediate_dir      = Static_MFC_Debug
97
  pdbl                  = 1
97
  pdbl                  = 1
98
  pdbc                  = 1
98
  pdbc                  = 1
99
  use_mfc               = 2
99
  use_mfc               = 2
100
  unicode_mfc_entry     = wWinMainCRTStartup
100
  unicode_mfc_entry     = wWinMainCRTStartup
101
}
101
}
102
 
102
 
103
conditional_include "vcpartialmacros"
103
conditional_include "vcpartialmacros"
104
conditional_include "user_em3vcplibexe"
104
conditional_include "user_em3vcplibexe"
105
 
105
 
106
 
106