[Harbour] Little Guide for installing Visual C++ 2008 express
edition with Harbour From svn
José Luis Capel
jlcapel2 at gmail.com
Wed Feb 25 01:32:20 EST 2009
Massimo,
Do you know if Visual C++ Studio Express 2008 will compile for PPC ?
Regards,
José Luis Capel
2009/2/18 Massimo Belgrano <mbelgrano at deltain.it>
> If you choice Visual C ++ for windows version or harbour
> Dowload and install tortoise from http://tortoisesvn.tigris.org/
>
> Right Click on your c Drive and in svn checkout pass as address
>
> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
>
> Now you have source of harbour on c:\harbour
>
> you can download Microsoft Visual C++ Express from
> http://www.microsoft.com/express/vcsharp/
> Here you can download sdk for visual c++ from
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc&displaylang=en
>
>
> Execute This batch cchbvc9 for compile harbour and contrib
> ---------------cchbvc9.bat----------------
> SET HB_VISUALC_VER=90
> SET HB_INSTALL_PREFIX=C:\harbour
> SET LIB=C:\HARBOUR\LIB
> SET INCLUDE=C:\HARBOUR\INCLUDE
> call "C:\Programmi\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
> CD \HARBOUR
> CALL MAKE_VC CLEAN
> CALL MAKE_VC
> CALL MAKE_VC INSTALL
> CD \HARBOUR\CONTRIB
> Echo ----------contrib---------
> CALL MAKE_VC_ALL CLEAN
> CALL MAKE_VC_ALL
> cd \harbour
> CALL MAKE_VC INSTALL
> cd \
>
>
>
> --
> Massimo Belgrano
> _______________________________________________
> Harbour mailing list
> Harbour at harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.harbour-project.org/pipermail/harbour/attachments/20090225/b67ba83c/attachment.html
More information about the Harbour
mailing list