From 918bc1f2218f47dc3f9793693e30a364ce652eaa Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 4 Oct 2009 12:34:45 +0000 Subject: [PATCH] 2009-10-04 14:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * MSVC/Itanium cleanups. * contrib/hbhpdf/hbhpdf.hbc * Changed to not add libpng lib on *nix systems. Attempt to move close to 'typical' (default) cases. --- harbour/ChangeLog | 8 ++++++++ harbour/INSTALL | 21 +++++++++++---------- harbour/contrib/hbhpdf/hbhpdf.hbc | 3 ++- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a799799822..055af89c3d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-04 14:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * MSVC/Itanium cleanups. + + * contrib/hbhpdf/hbhpdf.hbc + * Changed to not add libpng lib on *nix systems. + Attempt to move close to 'typical' (default) cases. + 2009-10-04 12:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog + Added links to a few external component bug reports of the past. diff --git a/harbour/INSTALL b/harbour/INSTALL index eec30e1e81..0e2f8a2f92 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -65,9 +65,8 @@ HARBOUR > hello You should see 'Hello world!' on screen. - NOTES: - When building for Borland C++ make sure that - GNU Make is executed when typing 'make', - Borland Make has the same name. + NOTE: When building for Borland C++ make sure that GNU Make + is executed when typing 'make', Borland Make has the same name. on MS-DOS hosts --------------- @@ -432,14 +431,14 @@ HARBOUR mingw64 - MinGW GNU C x86-64 msvc - Microsoft Visual C++ msvc64 - Microsoft Visual C++ x86-64 - msvcia64 - Microsoft Visual C++ IA-64 + msvcia64 - Microsoft Visual C++ IA-64 (Itanium) Also supported, some features may be missing: watcom - Open Watcom C++ bcc - Borland/CodeGear/Embarcadero C++ 4.x and above icc - Intel(R) C/C++ - iccia64 - Intel(R) C/C++ IA-64 + iccia64 - Intel(R) C/C++ IA-64 (Itanium) pocc - Pelles C 4.5 and 5.0 pocc64 - Pelles C x86-64 5.0 xcc - Pelles C for xhb @@ -621,12 +620,12 @@ HARBOUR mingw32-make --- - --- MSVC 2008 for Windows x86-64 (requires preceding build for native target) + --- MSVC 2008 (Standard or above) for Windows x86-64 (requires preceding build for native target) call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86_amd64 mingw32-make --- - --- MSVC 2008 for Windows Itanium (requires preceding build for native target) + --- MSVC 2008 (Team Suite) for Windows IA-64 Itanium (requires preceding build for native target) call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86_ia64 mingw32-make --- @@ -685,7 +684,7 @@ HARBOUR mingw32-make --- - --- Intel(R) C++ for Windows IA-64 (requires preceding build for native target) + --- Intel(R) C++ for Windows IA-64 Itanium (requires preceding build for native target) call "%ProgramFiles%\Intel\Compiler\C++\10.1.025\Itanium\Bin\iclvars.bat" mingw32-make --- @@ -815,12 +814,12 @@ HARBOUR mingw32-make --- - --- MSVC 2008 for Windows x86-64 + --- MSVC 2008 (Standard or above) for Windows x86-64 call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" amd64 mingw32-make --- - --- MSVC 2008 for Windows Itanium (requires preceding build for native target) + --- MSVC 2008 (Team Suite) for Windows IA-64 Itanium (requires preceding build for native target) call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86_ia64 mingw32-make --- @@ -1158,6 +1157,8 @@ HARBOUR http://developer.apple.com/TOOLS/Xcode/ MS Visual Studio Express [win, free, closed-source] http://www.microsoft.com/express/ + MS Visual Studio [win, commercial, closed-source] + http://www.microsoft.com/visualstudio/ MS Windows SDK [win, free]: http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx MS Windows Mobile SDK [wce, free]: diff --git a/harbour/contrib/hbhpdf/hbhpdf.hbc b/harbour/contrib/hbhpdf/hbhpdf.hbc index 642a4a610c..7e2d9d525d 100644 --- a/harbour/contrib/hbhpdf/hbhpdf.hbc +++ b/harbour/contrib/hbhpdf/hbhpdf.hbc @@ -5,4 +5,5 @@ incpaths=. libs=hbhpdf -libs=libhpdf libpng +libs=libhpdf +{!unix}libs=libpng