> THis is my batch with parameter clean install > SET HB_WITH_ADS=C:\DEVL\acesdk > SET HB_WITH_QT=C:\DEVL\qt\2009.04\QT\INCLUDE > SET HB_BUILD_IMPLIB=yes > SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE > SET HB_ARCHITECTURE=win > SET HB_COMPILER=mingw > SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% > rem SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN > rem SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB > rem SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE > SET > PATH=C:\DEVL\MinGWtdm\BIN;C:\HARBOUR\%HB_COMPILER%\BIN;C:\DEVL\QT\2009.04\QT\BIN;%PATH% > WIN-MAKE %1 %2 %3 %4 > log-%HB_COMPILER%.txt 2>&1 > > when finish i have only 5 file lib > Directory di c:\harbour\mingw\lib > > 02/12/2009 19:35 <DIR> . > 02/12/2009 19:35 <DIR> .. > 16/08/2007 19:10 115.518 libace32.a > 02/12/2009 18:56 452.652 LIBDELTA4HH.A > 02/12/2009 18:56 468.096 LIBDELTA4HHD.A > 02/12/2009 19:35 804.726 liblibhpdf.a > 01/04/2009 14:53 34.876 libmysql.a > 10/11/2009 11:01 <DIR> win > 5 File 1.875.868 byte > 3 Directory 396.135.325.696 byte disponibili
Default lib dir in your case is C:\harbour\mingw\lib\win\mingw So far you forced it to be C:\harbour\mingw\lib. If you need such non-default layout for some reason (some external tools?), you can leave HB_LIB_INSTALL, but unless it's absolutely necessary I wouldn't recommend it. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
