summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-03-14 19:22:12 +0000
committerSteve Huston <shuston@riverace.com>2006-03-14 19:22:12 +0000
commit24db7006f6250f1d14a6cc720e8cf6609257d11f (patch)
treebc0104d09da7c69f2fb4f1f8bdf3e2c337d65c76
parent0271efaad752425006dd4697f43c4a23bcdad15d (diff)
downloadMPC-24db7006f6250f1d14a6cc720e8cf6609257d11f.tar.gz
ChangeLogTag:Tue Mar 14 14:19:03 2006 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog8
-rw-r--r--templates/vc8platforms.mpt2
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9b9990a..bc642ad5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Mar 14 14:19:03 2006 Steve Huston <shuston@riverace.com>
+
+ * templates/vc8platforms.mpt: For WinCE 4-based platforms, add
+ EnableFunctionLevelLinking="true". This works around a link-time
+ warning LNK1166 for ARM processors. This prevented ACEd.dll (and
+ some other examples/test programs) from creating the resultant
+ binary dll/exe file.
+
Mon Mar 13 17:53:45 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
* modules/Driver.pm:
diff --git a/templates/vc8platforms.mpt b/templates/vc8platforms.mpt
index 7d088598..ad240bbd 100644
--- a/templates/vc8platforms.mpt
+++ b/templates/vc8platforms.mpt
@@ -28,6 +28,7 @@ Pocket PC 2003 (ARMV4) {
link_options = /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
lit_libs += ccrtrtti
subsystem = "0"
+ EnableFunctionLevelLinking = "true"
TargetMachine = "3"
}
@@ -37,6 +38,7 @@ Smartphone 2003 (ARMV4) {
platform_defines = UNDER_CE=$(CEVER) _WIN32_WCE=$(CEVER) WINCE $(PLATFORMDEFINES) _WINDOWS _UNICODE UNICODE SMARTPHONE2003_UI_MODEL
link_options = /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
subsystem = "0"
+ EnableFunctionLevelLinking = "true"
TargetMachine = "3"
}