and what do you think about set HB_  gccMAKEpath=C:\devl\make
so it will be compiler directory also if it is not in path?

2009/2/18 Viktor Szakáts <harbour...@syenar.hu>:
> 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 <harbour...@syenar.hu>
> 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
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>



-- 
Massimo Belgrano

Albo Nazionale Informatici Professionisti 2620
Socio 2843 Associazione Informatici prof.

Analisi e sviluppo software per Lan e Web
Consulenza informatica - Formazione
Delta Informatica S.r.l.  http://www.deltain.it
Via Torelli,31 - 28100 Novara - Tel: 0321/30281
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to