this is a copy/past from my envinroment (set hb_ output) HB_ARCHITECTURE=win HB_BIN_INSTALL=C:\Harbour\Dev\bin HB_COMPILER=bcc HB_CONTRIBLIBS=rddads hb_dir=C:\Harbour\Dev HB_DIR_ADS=c:\Program Files\Extended Systems\Advantage\ACESDK HB_DIR_GD=C:\gdWin32 HB_DIR_IMPLIB=yes HB_DOC_INSTALL=C:\Harbour\Dev\doc HB_INC_INSTALL=C:\Harbour\Dev\include HB_INSTALL_PREFIX=C:\Harbour\Dev HB_LIB_INSTALL=C:\Harbour\Dev\lib
but still get this ... ... mingw32-make.exe -C contrib mingw32-make.exe[1]: Entering directory `C:/Harbour/HARBOU~2/trunk/harbour/contrib' mingw32-make.exe -C rddads mingw32-make.exe[2]: Entering directory `C:/Harbour/HARBOU~2/trunk/harbour/contrib/rddads' "The 'rddads' library ignored." mingw32-make.exe[2]: Leaving directory `C:/Harbour/HARBOU~2/trunk/harbour/contrib/rddads' mingw32-make.exe[1]: Leaving directory `C:/Harbour/HARBOU~2/trunk/harbour/contrib' ... ... Viktor Szakáts wrote: > > Yes, that's also needed if someone wants to get the 3rd party import > .lib files installed in HB_LIB_INSTALL. > To get the libs built though, one must use HB_INC_* envvars. > > Brgds, > Viktor > > > On Tue, Mar 3, 2009 at 4:07 PM, Massimo Belgrano > <[email protected]>wrote: > >> i am using this >> set HB_DIR_IMPLIB=yes >> SET HB_DIR_ADS=%"ProgramFiles%\Extended Systems\Advantage 8.1\acesdk" >> and compile harbour with new make system >> "call make_gnu.bat clean install" >> >> This is from changelog >> + Added option to copy import libs belonging to >> external tools for msvc and bcc32 to HB_LIB_INSTALL. >> This is to keep this debated, but convenient feature >> for the GNU-make world, until we find some better way >> to deal with it. Now it's self contained, detached from >> all important Harbour parts. And most importantly: >> You don't have to use it, if you don't want to. >> Now, if you want, set HB_DIR_IMPLIB to "yes" and >> setup your HB_DIR_* dirs to the roots of the external >> tool dirs, like this (adjust to your environment): >> --- >> set HB_DIR_IMPLIB=yes >> set HB_DIR_ADS=C:\devl\ADS910\ACESDK >> set HB_DIR_ALLEGRO=C:\devl\allegro-4.2.2 >> set HB_DIR_APOLLO=C:\devl\Apollo-6.1.0.4 >> set HB_DIR_BLAT=C:\devl\blat-2.6.2 >> set HB_DIR_CURL=C:\devl\curl-7.19.0 >> set HB_DIR_FIREBIRD=C:\devl\Firebird-2.1.1 >> set HB_DIR_FREEIMAGE=C:\devl\FreeImage-3.11.0 >> set HB_DIR_GD=C:\devl\gd-2.0.34 >> set HB_DIR_LIBHARU=C:\devl\libharu-2.1.0 >> set HB_DIR_MYSQL=C:\devl\mysql-5.0.67 >> set HB_DIR_OPENSSL=C:\devl\openssl-0.9.8j >> set HB_DIR_PGSQL=C:\devl\pgsql-8.3.3 >> --- >> (This may be tweaked in the future, so I don't >> guarantee any compatibility for this stuff) >> >> >> 2009/3/3 AbeB <[email protected]>: >> - Show quoted text - >> > >> > i'v set HB_CONTRIBLIBS=rddads >> > but still get >> > "The 'rddads' library ignored." >> > -- >> > View this message in context: >> http://n2.nabble.com/latest-SVN%3A-can%27t-get-rddads-to-build-tp2415540p2415540.html >> > Sent from the harbour-devel mailing list archive at Nabble.com. >> > >> > _______________________________________________ >> > Harbour mailing list >> > [email protected] >> > http://lists.harbour-project.org/mailman/listinfo/harbour >> > >> _______________________________________________ >> Harbour mailing list >> [email protected] >> http://lists.harbour-project.org/mailman/listinfo/harbour >> > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- View this message in context: http://n2.nabble.com/latest-SVN%3A-can%27t-get-rddads-to-build-tp2415540p2416707.html Sent from the harbour-devel mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
