2010-04-11 09:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    * HB_COMPILER_VER explanation made hopefully more clear.
This commit is contained in:
Viktor Szakats
2010-04-11 07:32:12 +00:00
parent 094521bd25
commit 6b97f3f4d5
2 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-11 09:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* HB_COMPILER_VER explanation made hopefully more clear.
2010-04-11 09:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/pcre/Makefile
! Fixed to compile 8.02 with msvc and bcc.

View File

@@ -644,11 +644,10 @@ HARBOUR
- HB_UTIL_ADDONS=<list> Build space separated <list> of additional
utilities stored in the utils directory.
- HB_COMPILER_VER=[<ver>] Set C compiler version. This is used with msvc
targets currently, and in the case of this
compiler, it will be autodetected.
targets currently.
<ver> format:
<09><00>[.<00>] = <major><minor>[.<revision>]
Default: filled by autodetection or empty
<9><0><0> = <major><minor>[.<revision>]
Default: filled by compiler autodetection or empty
- HB_USER_LIBS=[<list>] Add space separated <list> of libs to link process.
Lib names should be without extension and path.
You only need this in special cases, like CodeGuard