2009-02-27 21:12 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* INSTALL
     * Minor.

   * make_gnu.bat
     ! Typo.
This commit is contained in:
Viktor Szakats
2009-02-27 20:13:06 +00:00
parent 2a3fcfba01
commit 007b0620dc
3 changed files with 14 additions and 4 deletions

View File

@@ -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.

View File

@@ -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
-----

View File

@@ -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.