summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-04-27 13:34:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-04-27 13:34:59 +0000
commit5064032efd2de547600dd3c21cebf6ccb757fa8b (patch)
tree488caa16b22a705e8bb55582dd6ce4877154ae56
parent380473e51db5ae306582a2a14657d5c9c4b84688 (diff)
downloadMPC-5064032efd2de547600dd3c21cebf6ccb757fa8b.tar.gz
Fri Apr 27 13:31:52 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* templates/vc8platforms.mpt: * templates/vc10platforms.mpt: Updated WinCE platforms
-rw-r--r--ChangeLog7
-rw-r--r--templates/vc10platforms.mpt35
-rw-r--r--templates/vc8platforms.mpt35
3 files changed, 60 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 5126de59..38f85133 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Fri Apr 27 13:31:52 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * templates/vc8platforms.mpt:
+ * templates/vc10platforms.mpt:
+ Updated WinCE platforms
+
Fri Mar 30 13:45:44 UTC 2012 Adam Mitz <mitza@ociweb.com>
* modules/WorkspaceCreator.pm:
-
In topname(), recognize Windows drive-letter paths as absolute.
Thu Mar 8 22:41:34 UTC 2012 Adam Mitz <mitza@ociweb.com>
diff --git a/templates/vc10platforms.mpt b/templates/vc10platforms.mpt
index 1208139f..063fb8fb 100644
--- a/templates/vc10platforms.mpt
+++ b/templates/vc10platforms.mpt
@@ -92,14 +92,18 @@ Windows Mobile 6 Professional SDK (ARMV4I) {
}
SuperSonic_CE6 (ARMV4I) {
- unicode = 1
- output_subdir = SUPERSONIC_CE6_ARMV4I
- cpu_defines = $(ARCHFAM) $(_ARCHFAM_)
- platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE _WINDOWS _UNICODE UNICODE
- link_options = /subsystem:windowsce,6.0 /machine:THUMB
- lit_libs += iphlpapi
- subsystem = "0"
- TargetMachine = "0"
+ unicode = 1
+ output_subdir = SUPERSONIC_CE6_ARMV4I
+ cpu_defines = $(ARCHFAM) $(_ARCHFAM_)
+ platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE _WINDOWS _UNICODE UNICODE
+ link_options = /subsystem:windowsce,6.00 /savebaserelocations:&quot;$(TargetDir)/$(TargetName).rel&quot;
+ optimizereferences = 0
+ enablecomdatfolding = 0
+ subsystem = "0"
+ TargetMachine = "16"
+ stackreservesize = 65536
+ stackcommitsize = 4096
+ lit_libs += iphlpapi
}
eBox4300_WINCE600_SDK (x86) {
@@ -178,3 +182,18 @@ STANDARDSDK_500 (x86) {
subsystem = "0"
TargetMachine = "0"
}
+
+Stellar_EC7 (ARMv4I) {
+ unicode = 1
+ output_subdir = STELLAR_EC7_ARMV4I
+ cpu_defines = $(ARCHFAM) $(_ARCHFAM_)
+ platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE _WINDOWS _UNICODE UNICODE
+ link_options = /subsystem:windowsce,7.00 /savebaserelocations:&quot;$(TargetDir)/$(TargetName).rel&quot;
+ optimizereferences = 0
+ enablecomdatfolding = 0
+ subsystem = "0"
+ TargetMachine = "16"
+ stackreservesize = 65536
+ stackcommitsize = 4096
+ lit_libs += iphlpapi
+}
diff --git a/templates/vc8platforms.mpt b/templates/vc8platforms.mpt
index 3faf45cb..c988d69f 100644
--- a/templates/vc8platforms.mpt
+++ b/templates/vc8platforms.mpt
@@ -88,14 +88,18 @@ Windows Mobile 6 Professional SDK (ARMV4I) {
}
SuperSonic_CE6 (ARMV4I) {
- unicode = 1
- output_subdir = SUPERSONIC_CE6_ARMV4I
- cpu_defines = $(ARCHFAM) $(_ARCHFAM_)
- platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE _WINDOWS _UNICODE UNICODE
- link_options = /subsystem:windowsce,6.0 /machine:THUMB
- lit_libs += iphlpapi
- subsystem = "0"
- TargetMachine = "3"
+ unicode = 1
+ output_subdir = SUPERSONIC_CE6_ARMV4I
+ cpu_defines = $(ARCHFAM) $(_ARCHFAM_)
+ platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE _WINDOWS _UNICODE UNICODE
+ link_options = /subsystem:windowsce,6.00 /savebaserelocations:&quot;$(TargetDir)/$(TargetName).rel&quot;
+ optimizereferences = 0
+ enablecomdatfolding = 0
+ subsystem = "0"
+ TargetMachine = "16"
+ stackreservesize = 65536
+ stackcommitsize = 4096
+ lit_libs += iphlpapi
}
eBox4300_WINCE600_SDK (x86) {
@@ -174,3 +178,18 @@ STANDARDSDK_500 (x86) {
subsystem = "0"
TargetMachine = "0"
}
+
+Stellar_EC7 (ARMv4I) {
+ unicode = 1
+ output_subdir = STELLAR_EC7_ARMV4I
+ cpu_defines = $(ARCHFAM) $(_ARCHFAM_)
+ platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE _WINDOWS _UNICODE UNICODE
+ link_options = /subsystem:windowsce,7.00 /savebaserelocations:&quot;$(TargetDir)/$(TargetName).rel&quot;
+ optimizereferences = 0
+ enablecomdatfolding = 0
+ subsystem = "0"
+ TargetMachine = "16"
+ stackreservesize = 65536
+ stackcommitsize = 4096
+ lit_libs += iphlpapi
+}