diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f8743276f8..b48e975eac 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-01 22:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * minor corrections + 2011-05-01 22:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/tests/upld_ftp.prg * contrib/rddads/tests/datad.prg diff --git a/harbour/INSTALL b/harbour/INSTALL index 0b109e0410..223e747fb0 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -754,10 +754,11 @@ HARBOUR sunpro) to specify path to compiler/linker/archive tool to help them run from *nix hosts as cross-build tools. Ending slash must be added. - - HB_CCPREFIX=[] Used with gcc family to specify + - HB_CCPREFIX=[] Used with gcc compiler family to specify compiler/linker/archive tool name prefix. - - HB_CCPOSTFIX=[] Used with gcc family to specify compiler/linker - tool name postfix (usually version number). + - HB_CCPOSTFIX=[] Used with gcc compiler family to specify + compiler/linker tool name postfix + (usually version number). Cross-building -------------- @@ -1048,7 +1049,7 @@ HARBOUR for Windows x64 (x86-64) hosts ------------------------------ - Same as 32-bit Windows, but you'll have to change %ProgramFiles% to + Same as 32-bit Windows, but, you'll have to change %ProgramFiles% to %ProgramFiles(x86)% for 32-bit and mixed tools, you can build for both x86 and x64 without building a native target first, and potential differences with some compilers in order to use native binaries if @@ -1266,7 +1267,7 @@ HARBOUR examples as is. 9. If everything fails and you are to report a problem to the developers, make sure to include your OS version/language/CPU architecture, - harbour revision, C compiler name/release and version, environment + Harbour revision, C compiler name/release and version, environment variables and verbose log output containing _both stderr and stdout in one combined stream_ (use 'make > log.txt 2>&1'). Enable verbose mode using 'HB_BUILD_VERBOSE=yes'.