2010-05-27 21:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    + Added requirement to not add the same compiler path multiple
      times to PATH.
This commit is contained in:
Viktor Szakats
2010-05-27 19:14:43 +00:00
parent b84610cd83
commit 0fdfae397f
2 changed files with 8 additions and 2 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-27 21:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added requirement to not add the same compiler path multiple
times to PATH.
2010-05-27 20:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmisc/calldll.prg
+ HB_DYNCALL1() will now cut the number of parameters

View File

@@ -36,8 +36,9 @@ HARBOUR
(in PATH). Refer to your C compiler installation and setup
instructions for details. It's recommended to make sure no tools
in your PATH belonging to other C compilers are interfering with
your setup. For the list of supported compilers, please look up
the relevant section in this document.
your setup. Also make sure not to have duplicate entries for
your C compiler in PATH. For the list of supported compilers,
please look up the relevant section in this document.
3.) You need to get GNU Make. We recommend this link:
http://sourceforge.net/projects/mingw/files/MinGW%20make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-bin.tar.gz/download
Unpack it to your PATH or Harbour source root directory.