Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-08-05 00:07:39 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-08-05 00:07:39 +0400
commit7bf9a04a99ec3c859f844d8146155b60e34d04d8 (patch)
tree133fb25c5dd6ffcf664097d39aa5f33f0903bc33 /ChangeLog
parentde3ac7c01e9772a57a594b9e15f9cbe2349e670b (diff)
2009-08-04 Miguel de Icaza <miguel@novell.com>
* Start the split between PLATFORM_WIN32 and TARGET_WIN32. PLATFORM_WIN32 should be used to configure the runtime while building it. TARGET_WIN32 is used for target execution. This is used by Mono's AOT cross compiler when running on Windows, but targetting a different operating system. So we have to tell those two apart. svn path=/trunk/mono/; revision=139363
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc1e501c07d..7ca04131fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-08-04 Miguel de Icaza <miguel@novell.com>
+
+ * Start the split between PLATFORM_WIN32 and TARGET_WIN32.
+
+ PLATFORM_WIN32 should be used to configure the runtime while
+ building it. TARGET_WIN32 is used for target execution.
+
+ This is used by Mono's AOT cross compiler when running on Windows,
+ but targetting a different operating system. So we have to tell
+ those two apart.
+
2009-07-24 Jb Evain <jbevain@novell.com>
* scripts/Makefile.am: generate a dmcs script for the 4.0 compiler