2009-03-04 08:56 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* INSTALL
    + Added few NOTEs on HB_INC_* usage.
    * Other minor clarifications and cleanups.

  * mpkg_win.bat
    ! Forces import lib generation off.
This commit is contained in:
Viktor Szakats
2009-03-04 07:57:25 +00:00
parent 3f3547c079
commit 9784eb837f
3 changed files with 16 additions and 3 deletions

View File

@@ -8,6 +8,14 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-04 08:56 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
+ Added few NOTEs on HB_INC_* usage.
* Other minor clarifications and cleanups.
* mpkg_win.bat
! Forces import lib generation off.
2009-03-04 08:28 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* mpkg_win.bat
+ Added cygwin support.

View File

@@ -62,9 +62,9 @@ HOW TO BUILD AND INSTALL HARBOUR
> hello
You should see 'Hello world!' on screen.
NOTE: <DIR> should use Cygwin drive notation: /cygdrive/c/
NOTE: <DIR> should use Cygwin drive notation: /cygdrive/c for C:
Windows with other compilers
Windows with other compilers (MSVC, Watcom, Borland, Pelles, etc.)
----------------------------
Platform specific prerequisites:
@@ -86,7 +86,7 @@ HOW TO BUILD AND INSTALL HARBOUR
- Rename mingw32-make.exe to make.exe and put it in
your PATH _before_ your compiler tools.
> set HB_COMPILER=<msvc|bcc|owatcom|...>
> set HB_COMPILER=<msvc|owatcom|bcc|pocc|...>
> set HB_INSTALL_PREFIX=<DIR>
> make_gnu.bat install
@@ -150,6 +150,10 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD
HB_INC_OPENSSL=C:\openssl\inc32
HB_INC_PGSQL=C:\pgsql\include
NOTES: - For mingw and cygwin you have to use forward slashes
and also cygwin drive notation for cygwin.
- Space in dirnames isn't currently supported.
SUPPORTED C COMPILERS UNDER DIFFERENT PLATFORMS
===============================================

View File

@@ -44,6 +44,7 @@ if exist %HB_INSTALL_BASE% rmdir /q /s %HB_INSTALL_BASE%
rem ; Build
if "%HB_COMPILER%" == "mingw" ( sh make_gnu.sh clean install && goto MK_PKG )
if "%HB_COMPILER%" == "cygwin" ( sh make_gnu.sh clean install && goto MK_PKG )
set HB_DIR_IMPLIB=no
set HB_BUILD_DLL=yes
call make_gnu.bat