From cfac9b53a2c74f8e3d8252226696e707bf7ef0e4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 10 May 2010 09:21:20 +0000 Subject: [PATCH] 2010-05-10 11:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Made it clear that Windows example section is for x86/32-bit. --- harbour/ChangeLog | 4 ++++ harbour/INSTALL | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 847dc0076f..3586f081db 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-05-10 11:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Made it clear that Windows example section is for x86/32-bit. + 2010-05-09 20:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideplugins.prg diff --git a/harbour/INSTALL b/harbour/INSTALL index d2de99281a..8090e989c8 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -733,7 +733,7 @@ HARBOUR 8. EXAMPLES =========== - for Windows hosts + for Windows hosts (x86, 32-bit) ----------------- NOTES: - All code below should be copied to batch files or typed at command @@ -934,10 +934,11 @@ HARBOUR for Windows x64 (x86-64) hosts ------------------------------ - Same as regular Windows, but you'll have to change %ProgramFiles% to + Same as 32-bit Windows, but you'll have to change %ProgramFiles% to %ProgramFiles(x86)% for 32-bit and mixed tools, you can build for both x86 and x64 without building a native target first, and potential - differences in compilers to use native binaries if they are available. + differences with some compilers in order to use native binaries if + they are available. --- MSVC 2010 and Windows SDK 7.1 for Windows x86 call "%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"