IMO first time you must call batch with parameter clean installwithout
parameter you are in incremental mode

2009/3/13 J. Lefebvre <j...@mafact.com>

> 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
>



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

Reply via email to