Tried and works!If you have a solution also for bcc,open watcom,msvcce i can try This is my cchgvc9.bat set path=c:\devl\mingw32-make;%path% call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 cd \harbour set HB_ARCHITECTURE=win set HB_COMPILER=msvc set HB_INSTALL_PREFIX=%~dp0 set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib set HB_INC_INSTALL=%HB_INSTALL_PREFIX%\include set SHLVL= make install -r
not made a clean? is not required SET HB_VISUALC_VER=90 ? i not found gtwvg.lib probably because it not make contrib? can i specify contrib like SET HB_DIR_ADS=C:? only very a little problem hbmake recompiled Error: Can't find harbour.cfg file in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE but not wasting time about it for me is unnecessary.... 2009/2/18 Viktor Szakáts <harbour...@syenar.hu> > And if we're at it, here's one which is supposed to work with the GNU-make > (let's call this an 'alpha' version): > > --- > rem 1) You need to have MinGW 'make.exe' in your path. > rem 2) Run from the Harbour source root dir. > > call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 > > set HB_ARCHITECTURE=win > set HB_COMPILER=msvc > set HB_INSTALL_PREFIX=%~dp0 > set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin > set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib > set HB_INC_INSTALL=%HB_INSTALL_PREFIX%\include > set SHLVL= > make install -r > --- > > Brgds, > Viktor > > > On Wed, Feb 18, 2009 at 10:14 AM, Viktor Szakáts <harbour...@syenar.hu>wrote: > >> Here's a cleaned/fixed one.(and we're back to my first e-mail on this >> thread basically ;) >> >> Execute this batch cchbvc9 to from the Harbour source root dir >> to build harbour and all contribs for MSVC 2008 Intel 32-bit. >> --- >> call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 >> set HB_VISUALC_VER=90 >> call make_vc clean >> call make_vc >> call make_vc install >> cd contrib >> call make_vc_all clean >> call make_vc_all >> call make_vc_all install >> cd .. >> --- >> >> Brgds, >> Viktor >> >> > > _______________________________________________ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano Albo Nazionale Informatici Professionisti 2620 Socio 2843 Associazione Informatici prof. Analisi e sviluppo software per Lan e Web Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it Via Torelli,31 - 28100 Novara - Tel: 0321/30281
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour