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.
This commit is contained in:
Viktor Szakats
2010-08-06 09:32:28 +00:00
parent 2262165844
commit dfecc296cd
5 changed files with 14 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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-

Binary file not shown.

Binary file not shown.