Massimo,

Do you know if Visual C++ Studio Express 2008 will compile for PPC ?

Regards,
José Luis Capel

2009/2/18 Massimo Belgrano <mbelgr...@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@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