diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bfcf1ea213..3ffc20fb81 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,17 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-24 19:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/dosecho.exe + ! Replaced it with a different build which is coming from + a known location, the DJGPP package, where also the other + included .exe came from. This is an inferior build, but + for our purposes it will do. + + * INSTALL + * config/global.mk + * Minor. + 2009-08-24 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk % Added all/clean/install as .PHONY targets. diff --git a/harbour/INSTALL b/harbour/INSTALL index 6aaac1ff05..e888877365 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -450,7 +450,7 @@ OPTIONS AVAILABLE WHEN BUILDING HARBOUR Requires GNU Bison 1.28 or upper in PATH. Default: no - Cross building + Cross-building -------------- You can build Harbour for target platforms different than host @@ -947,7 +947,7 @@ BUILD HOST PLATFORM/SHELL - TARGET PLATFORM/COMPILER COMPATIBILITY MATRIX x sunos -> wce/mingw x86 x sunos -> win/mingw x86 - leading 'x' marks cross-platform scenarios. + Leading 'x' marks cross-platform scenarios. Supported shells per host platforms: diff --git a/harbour/config/dosecho.exe b/harbour/config/dosecho.exe index 5722321a47..8e8dc07c68 100644 Binary files a/harbour/config/dosecho.exe and b/harbour/config/dosecho.exe differ diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 683b275ee6..05fa5144cb 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -8,7 +8,7 @@ # --------------------------------------------------------------- # --------------------------------------------------------------- -# See GNU make docs here: +# GNU make docs: # http://www.gnu.org/software/make/manual/make.html # http://www.wanderinghorse.net/computing/make/ # http://www.jgc.org/feeds/topic-gnumake.xml @@ -18,7 +18,7 @@ # http://www.gnu.org/software/autoconf/manual/html_node/Portable-Shell.html # http://www.gnu.org/software/bash/manual/bashref.html # http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html -# GNU Coding standards: +# GNU coding standards: # http://www.gnu.org/prep/standards/standards.html # GNU Make NEWS: # http://cvs.savannah.gnu.org/viewvc/make/NEWS?root=make&view=markup