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: em3vcpdllexe.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: em3vcpdllexe.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
  output_dir            = Release
57
  output_dir            = Release
58
  intermediate_dir      = Release
58
  intermediate_dir      = Release
59
}
59
}
60
 
60
 
61
Debug {
61
Debug {
62
  use_debug_libraries   = 1
62
  use_debug_libraries   = 1
63
  optimize              =
63
  optimize              =
64
  compile_flags         = /W3 /Gm /Zi /GR /Gy
64
  compile_flags         = /W3 /Gm /Zi /GR /Gy
65
  defines               = _DEBUG
65
  defines               = _DEBUG
66
  compile_flags_removed = /YX
66
  compile_flags_removed = /YX
67
  output_dir            = .
67
  output_dir            = .
68
  intermediate_dir      = Debug
68
  intermediate_dir      = Debug
69
  lib_modifier          = d
69
  lib_modifier          = d
70
  pdbl                  = 1
70
  pdbl                  = 1
71
  pdbc                  = 1
71
  pdbc                  = 1
72
}
72
}
73
 
73
 
74
MFC Release {
74
MFC Release {
75
  use_debug_libraries   = 0
75
  use_debug_libraries   = 0
76
  optimize              = 1
76
  optimize              = 1
77
  compile_flags         = /W3 /GR
77
  compile_flags         = /W3 /GR
78
  defines               = NDEBUG _AFXDLL
78
  defines               = NDEBUG _AFXDLL
79
  compile_flags_removed = /YX
79
  compile_flags_removed = /YX
80
  output_dir            = MFC_Release
80
  output_dir            = MFC_Release
81
  intermediate_dir      = MFC_Release
81
  intermediate_dir      = MFC_Release
82
  lib_modifier          = mfc
82
  lib_modifier          = mfc
83
  use_mfc               = 2
83
  use_mfc               = 2
84
  unicode_mfc_entry     = wWinMainCRTStartup
84
  unicode_mfc_entry     = wWinMainCRTStartup
85
}
85
}
86
 
86
 
87
MFC Debug {
87
MFC Debug {
88
  use_debug_libraries   = 1
88
  use_debug_libraries   = 1
89
  optimize              =
89
  optimize              =
90
  compile_flags         = /W3 /Gm /Zi /GR /Gy
90
  compile_flags         = /W3 /Gm /Zi /GR /Gy
91
  defines               = _DEBUG _AFXDLL
91
  defines               = _DEBUG _AFXDLL
92
  compile_flags_removed = /YX
92
  compile_flags_removed = /YX
93
  output_dir            = MFC_Debug
93
  output_dir            = MFC_Debug
94
  intermediate_dir      = MFC_Debug
94
  intermediate_dir      = MFC_Debug
95
  lib_modifier          = mfcd
95
  lib_modifier          = mfcd
96
  pdbl                  = 1
96
  pdbl                  = 1
97
  pdbc                  = 1
97
  pdbc                  = 1
98
  use_mfc               = 2
98
  use_mfc               = 2
99
  unicode_mfc_entry     = wWinMainCRTStartup
99
  unicode_mfc_entry     = wWinMainCRTStartup
100
}
100
}
101
 
101
 
102
conditional_include "vcpartialmacros"
102
conditional_include "vcpartialmacros"
103
conditional_include "user_em3vcpdllexe"
103
conditional_include "user_em3vcpdllexe"
104
 
104