And if we're at it, here's one which is supposed to work with the GNU-make
(let's call this an 'alpha' version):

---
rem 1) You need to have MinGW 'make.exe' in your path.
rem 2) Run from the Harbour source root dir.

call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86

set HB_ARCHITECTURE=win
set HB_COMPILER=msvc
set HB_INSTALL_PREFIX=%~dp0
set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin
set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib
set HB_INC_INSTALL=%HB_INSTALL_PREFIX%\include
set SHLVL=
make install -r
---

Brgds,
Viktor

On Wed, Feb 18, 2009 at 10:14 AM, Viktor Szakáts <[email protected]>wrote:

> Here's a cleaned/fixed one.(and we're back to my first e-mail on this
> thread basically ;)
>
> Execute this batch cchbvc9 to from the Harbour source root dir
> to build harbour and all contribs for MSVC 2008 Intel 32-bit.
> ---
> call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
> set HB_VISUALC_VER=90
> call make_vc clean
> call make_vc
> call make_vc install
> cd contrib
> call make_vc_all clean
> call make_vc_all
> call make_vc_all install
> cd ..
> ---
>
> Brgds,
> Viktor
>
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to