> set Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
> call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
> WIN-make clean install >log2msvc.txt
> with follow result
>
> c:\harbour>Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
> c:\harbour>call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat
> Setting environment for using Microsoft Visual Studio 2008 x86 tools.
> WIN-make[2]: [install] Error 1 (ignored)
> WIN-make[2]: [install] Error 1 (ignored)
Why not just ignore these errors? The message clearly
says it's ignored and your build ended successfully.
This has been reported a million times already.
If it bothers you set HB_INSTALL_PREFIX to some value
outside your SVN.
> only for explain a prev poiunt regarding need to copy after the
> compilation process in same dir
>
> I my batch i need copy library made from me to harbour lib
> hbmk2 delta.prg zz.PRG -b -m -D__GTWVT__ -hblib -odelta4hhd.lib
> COPY %PREFIX%DELTA4HHD.%EXTENSION%
> C:\HARBOUR\lib\win\%HB_COMPILER%\%PREFIX%DELTA4HHD.%EXTENSION%
>
> copy thirdy party library need wor work
> COPY C:\DEVL\mysql51\lib\opt\libmysql.lib
> C:\HARBOUR\lib\win\%HB_COMPILER%\libmysql.a
Adapt these also to prev change it will surely
make you setup simpler. Please note however that
it's not obligatory to copy everything to main
Harbour lib dir. You can add your local lib dir
to hbmk2 build process using -L option.
You can also use this to copy your libs to Harbour lib dir:
-instpath=${HB_LIB}/
Brgds,
Viktor
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour