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:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-16 08:13:15 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-16 08:13:15 +0400
commitefcc851c41e61e762ca0158e8faf92eb111157b5 (patch)
tree6f79ea933f41e495377fc7cab1bb1faa80033d40 /ChangeLog
parent9db358014d21ae24cb9831110fbbc8b56d8ba974 (diff)
Include prototype completely-untested 'make bootstrap' support for W32.
* Makefile.am (bootstrap): Define to fasterstrap for W32. (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32. (tmpinst-dir): Change sub-make invoke to ... (tmpinst-dir-contents): ... this. Build 'mono.bat' in W32 instead of 'mono' and 'mcs'. ($(tmpinst)/bin/mono.bat): New. svn path=/trunk/mono/; revision=29659
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 288a7997905..3e5be4f1db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-06-16 Raja R Harinath <rharinath@novell.com>
+
+ Include prototype completely-untested 'make bootstrap' support for W32.
+ * Makefile.am (bootstrap): Define to fasterstrap for W32.
+ (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32.
+ (tmpinst-dir): Change sub-make invoke to ...
+ (tmpinst-dir-contents): ... this. Build 'mono.bat' in W32 instead
+ of 'mono' and 'mcs'.
+ ($(tmpinst)/bin/mono.bat): New.
+
2004-06-15 Dick Porter <dick@ximian.com>
* configure.in: Check for struct ip_mreqn and struct ip_mreq on