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:
authorMarek Habersack <grendel@twistedcode.net>2010-04-03 02:09:22 +0400
committerMarek Habersack <grendel@twistedcode.net>2010-04-03 02:09:22 +0400
commit6137f6e27ddef4aa3dbdb36f6a4592863bbf83ba (patch)
tree75b5c368ac149f71d1e7b9e83da257218105bf1d /ChangeLog
parent2b35d60a5a611a5c74c19710fdb30f44fe927cce (diff)
2010-04-03 Marek Habersack <mhabersack@novell.com>
* configure.in: TARGET_WIN32 is defined when cross-compiling with MinGW * build-mingw32.sh: include the 4.0 profile in the zip. Remove cross-compilation environment bin path from PATH before compiling native Mono. Remove autotools cache directory before each compilation phase. 2010-04-03 Marek Habersack <mhabersack@novell.com> * process.c: when compiling with MinGW, force GetProcessId lookup using GetProcessAddress. svn path=/trunk/mono/; revision=154743
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ab966210a0..9483d78a9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-04-03 Marek Habersack <mhabersack@novell.com>
+
+ * configure.in: TARGET_WIN32 is defined when cross-compiling with
+ MinGW
+
+ * build-mingw32.sh: include the 4.0 profile in the zip.
+ Remove cross-compilation environment bin path from PATH before
+ compiling native Mono.
+ Remove autotools cache directory before each compilation phase.
+
2010-04-02 Marek Habersack <mhabersack@novell.com>
* configure.in: include -lkernel32 in LDFLAGS when cross-compiling