Ok,

I just had to use GNU make.exe version 3.81 in place of 3.75.

Doc should be changed about the minimum release needed.

Regards,

JF 

-----Message d'origine-----
De : harbour-boun...@harbour-project.org 
[mailto:harbour-boun...@harbour-project.org] De la part de J. Lefebvre
Envoyé : vendredi 13 mars 2009 10:51
À : 'Harbour Project Main Developer List.'
Objet : [Harbour] problem with new make system

Hi,

I tried to compile harbour with MSVC 2008 and created one batch to do so like 
the following ;

REM --- MSVC 2008 + SDK
set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\
call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
rem
set HB_COMPILER=msvc
set HB_ARCHITECTURE=win
set HB_GT_LIB=gtwin
set HB_INC_ADS=e:\ads81\api\acesdk
set HB_BIN_INSTALL=t:\fwh\harbour\bin
set HB_LIB_INSTALL=t:\fwh\harbour\lib
set HB_INC_INSTALL=t:\fwh\harbour\include
rem
set PATH=D:\Util\make;%PATH%
set HB_INSTALL_PREFIX=C:\hb-%HB_COMPILER%
call make_gnu.bat %1 %2 > log-%HB_COMPILER%.txt 2>&1

calling it with clean, it work for some seconds and end without error or 
message.

Now if I call it without param or with all I receive the following :

make.exe: Nothing to be done for `all'.

What am'I missing ?

Thanks in advance,

JF,


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to