2009-02-27 21:12 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
* Minor.
* make_gnu.bat
! Typo.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-27 21:12 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* INSTALL
|
||||
* Minor.
|
||||
|
||||
* make_gnu.bat
|
||||
! Typo.
|
||||
|
||||
2009-02-27 20:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* INSTALL
|
||||
+ Added more information to Windows section.
|
||||
|
||||
@@ -10,14 +10,17 @@ HARBOUR
|
||||
xBase language compiler and the runtime libraries with different
|
||||
terminal plugins and different databases (not just DBF)"
|
||||
|
||||
http://www.harbour-project.org/
|
||||
|
||||
|
||||
HOW TO BUILD AND INSTALL HARBOUR
|
||||
================================
|
||||
|
||||
For all platforms you'll need:
|
||||
|
||||
* GNU Make
|
||||
* Supported C compiler
|
||||
* GNU Make
|
||||
* GNU Bison (optional)
|
||||
|
||||
Linux/Darwin/BSD/HP-UX/Solaris
|
||||
------------------------------
|
||||
@@ -79,7 +82,7 @@ HOW TO BUILD AND INSTALL HARBOUR
|
||||
libraries and headers will be created. Use absolute paths
|
||||
only. For a peace of mind, avoid using spaces, quotes
|
||||
in the name. You can leave it empty, in this case the
|
||||
results will be stored under the current directory tree.
|
||||
results will be created under the current directory tree.
|
||||
|
||||
DOS
|
||||
---
|
||||
@@ -128,7 +131,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD
|
||||
SUPPORTED C COMPILERS UNDER DIFFERENT PLATFORMS
|
||||
===============================================
|
||||
|
||||
Abbreviation below can be used as HB_COMPILER values.
|
||||
You can use abbreviations below as HB_COMPILER values.
|
||||
|
||||
Linux
|
||||
-----
|
||||
|
||||
@@ -30,7 +30,7 @@ if "%HB_ARCHITECTURE%" == "" set HB_ARCHITECTURE=dos
|
||||
if "%HB_COMPILER%" == "" if not "%WINDIR%" == "" set HB_COMPILER=msvc
|
||||
if "%HB_COMPILER%" == "" set HB_COMPILER=djgpp
|
||||
|
||||
if "%HB_INSTALL_PREFIX%" == "" if "%OS%" == "Windows_NT" set HB_INSTALL_PREFIX=~dp0%
|
||||
if "%HB_INSTALL_PREFIX%" == "" if "%OS%" == "Windows_NT" set HB_INSTALL_PREFIX=%~dp0
|
||||
|
||||
rem Set to constant value to be consistent with the non-GNU make files.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user