From 0361acf77f7394dde33ca2d995b6655639f58913 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 4 Nov 2009 08:16:41 +0000 Subject: [PATCH] 2009-11-04 09:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added EXAMPLEs for Windows SDK 7. There is included compiler there for almost all combinations, only Itanium didn't work for me out of the box. This is the simplest and most slim way to use MSVC compiler, and also free. --- harbour/ChangeLog | 8 ++++++++ harbour/INSTALL | 22 +++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 14efcfd1e1..b1e6f94322 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-04 09:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added EXAMPLEs for Windows SDK 7. There is included compiler + there for almost all combinations, only Itanium didn't work + for me out of the box. + This is the simplest and most slim way to use MSVC compiler, + and also free. + 2009-11-03 13:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/common/hbstr.c ! fixed typo in HB_TRACE message - problem reported by Alex diff --git a/harbour/INSTALL b/harbour/INSTALL index 1767ba7b0c..38169a09c0 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -627,6 +627,16 @@ HARBOUR - To redirect all output to a log file, append this after the make command: '> log.txt 2>&1' (without quotes) + --- Windows SDK 7 + call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" + mingw32-make + --- + + --- Windows SDK 7 for Windows x86-64 (requires preceding build for native target) + call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\bin\vcvarsx86_amd64.bat" + mingw32-make + --- + --- MSVC 2008 + SDK set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\ call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" @@ -819,7 +829,7 @@ HARBOUR set HB_BUILD_PKG=yes -->8-- - for Windows x64 (x86_64) hosts + for Windows x64 (x86-64) hosts ------------------------------ Same as regular Windows, but you'll have to change %ProgramFiles% to @@ -827,6 +837,16 @@ HARBOUR both x86 and x64 without building a native target first, and potential differences in compilers to use native binaries if they are available. + --- Windows SDK 7 + call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" + mingw32-make + --- + + --- Windows SDK 7 for Windows x86-64 + call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat" + mingw32-make + --- + --- MSVC 2008 call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" mingw32-make