Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: vc8platforms.mpt,v 1.1 2005/10/06 21:52:57 shuston Exp $
2
// $Id: vc8platforms.mpt,v 1.5 2006/03/14 19:22:03 shuston Exp $
3
//
3
//
4
// Any of these platforms can set using value_template platforms=
4
// Any of these platforms can set using value_template platforms=
5
// when generating solutions/projects.
5
// when generating solutions/projects.
6
//
6
//
7
//platforms = Win32 WinX86_64 "Pocket PC 2003 (ARMV4)" "Smartphone 2003 (ARMV4)" "Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" "Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
7
//platforms = Win32 x64 "Pocket PC 2003 (ARMV4)" "Smartphone 2003 (ARMV4)" "Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" "Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
8
 
8
 
9
platforms = Win32
9
platforms = Win32 x64
10
default_platform = Win32
10
default_platform = Win32
11
 
11
 
12
Win32 {
12
Win32 {
13
  cpu_defines      = _M_IX86
13
  cpu_defines      = _M_IX86
14
}
14
}
15
 
15
 
16
WinX86_64 {
16
x64 {
17
  output_subdir    = Win64
17
  output_subdir    = Win64
18
  cpu_defines      = _M_AXP64
18
  cpu_defines      = _AMD64_
19
  platform_defines = _WIN64
19
  platform_defines = _WIN64
-
 
20
  TargetMachine    = "17"
-
 
21
  link_options     = /machine:AMD64
20
}
22
}
21
 
23
 
22
Pocket PC 2003 (ARMV4) {
24
Pocket PC 2003 (ARMV4) {
23
  output_subdir    = PocketPC2003_ARMV4
25
  output_subdir    = PocketPC2003_ARMV4
24
  cpu_defines      = $(ARCHFAM) $(_ARCHFAM_)
26
  cpu_defines      = $(ARCHFAM) $(_ARCHFAM_)
25
  platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE POCKETPC2003_UI_MODEL
27
  platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE POCKETPC2003_UI_MODEL
26
  link_options     = /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
28
  link_options     = /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
27
  lit_libs        += ccrtrtti
29
  lit_libs        += ccrtrtti
28
  subsystem        = "0"
30
  subsystem        = "0"
-
 
31
  EnableFunctionLevelLinking = "true"
29
  TargetMachine    = "3"
32
  TargetMachine    = "3"
30
}
33
}
31
 
34
 
32
Smartphone 2003 (ARMV4) {
35
Smartphone 2003 (ARMV4) {
33
  output_subdir    = Smartphone2003_ARMV4
36
  output_subdir    = Smartphone2003_ARMV4
34
  cpu_defines      = $(ARCHFAM) $(_ARCHFAM_)
37
  cpu_defines      = $(ARCHFAM) $(_ARCHFAM_)
35
  platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE SMARTPHONE2003_UI_MODEL
38
  platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE SMARTPHONE2003_UI_MODEL
36
  link_options     = /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
39
  link_options     = /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
37
  subsystem        = "0"
40
  subsystem        = "0"
-
 
41
  EnableFunctionLevelLinking = "true"
38
  TargetMachine    = "3"
42
  TargetMachine    = "3"
39
}
43
}
40
 
44
 
41
Windows Mobile 5.0 Pocket PC SDK (ARMV4I) {
45
Windows Mobile 5.0 Pocket PC SDK (ARMV4I) {
42
  output_subdir    = WinMobile50_PocketPC_ARMV4I
46
  output_subdir    = WinMobile50_PocketPC_ARMV4I
Line 53... Line 57...
53
  platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE SMARTPHONE2003_UI_MODEL
57
  platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE SMARTPHONE2003_UI_MODEL
54
  link_options     = /subsystem:windowsce,5.01 /machine:THUMB
58
  link_options     = /subsystem:windowsce,5.01 /machine:THUMB
55
  subsystem        = "0"
59
  subsystem        = "0"
56
  TargetMachine    = "3"
60
  TargetMachine    = "3"
57
}
61
}
58
 
-
 
59
 
-