diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2044a22017..283a27f150 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-06 11:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * win-make.exe + * w64-make.exe + + Update included GNU Make to 3.82 (from 3.81) + (locally built from CVS using msvc2010). + + * contrib/hbpost.hbm + % Minor opt/cleanup. + 2010-08-06 10:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to not propagate _ERRLEV_STOP from sub-projects. diff --git a/harbour/INSTALL b/harbour/INSTALL index 4942f80e40..20c1614486 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1536,7 +1536,8 @@ HARBOUR http://sourceforge.net/projects/mingw/files/MinGW/make/ http://sourceforge.net/projects/mingw/files/MinGW/make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-bin.tar.gz/download http://sourceforge.net/projects/mingw/files/MinGW/make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-src.tar.gz/download - (included in Harbour as win-make.exe) + cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/make co make + (included in Harbour as win-make.exe and w64-make.exe) MS-DOS binary + source: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/ ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mak381b.zip diff --git a/harbour/contrib/hbpost.hbm b/harbour/contrib/hbpost.hbm index 2bd4118ecc..92f0b52301 100644 --- a/harbour/contrib/hbpost.hbm +++ b/harbour/contrib/hbpost.hbm @@ -40,9 +40,8 @@ {_HB_BUILD_LIBDYN}-hbdyn {_HB_BUILD_LIBDYN}-shared {_HB_BUILD_LIBDYN}-implib=../lib/${hb_plat}/${hb_comp}${hb_build}/ -{_HB_BUILD_LIBDYN&hbdyn&hb_dynsuffix}-implib=${hb_outputname}${hb_dynsuffix} -{_HB_BUILD_LIBDYN&hbdyn&!hb_dynsuffix}-implib=${hb_outputname}_dll -{_HB_BUILD_LIBDYN&hbexe}-implib=${hb_outputname}_exe +{_HB_BUILD_LIBDYN&hb_dynsuffix}-implib=${hb_outputname}${hb_dynsuffix} +{_HB_BUILD_LIBDYN&!hb_dynsuffix}-implib=${hb_outputname}_dll {_HB_BUILD_LIBDYN&allwin}-lhbmaindllp {_HB_BUILD_LIBDYN}-depimplib- diff --git a/harbour/w64-make.exe b/harbour/w64-make.exe index a1e68d0771..ca8108ab0d 100644 Binary files a/harbour/w64-make.exe and b/harbour/w64-make.exe differ diff --git a/harbour/win-make.exe b/harbour/win-make.exe index e71349bf05..b01badb078 100644 Binary files a/harbour/win-make.exe and b/harbour/win-make.exe differ