From f1f4b7e1e1ee9c79e6b8057e2e682e6a3b9ed447 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 5 Nov 2009 19:03:08 +0000 Subject: [PATCH] 2009-11-05 19:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Deleted 'lib' prefix for os2/gcc targets to sync it with Harbour GNU make build setup. See my mail on dev list for other options. --- harbour/ChangeLog | 6 ++++++ harbour/utils/hbmk2/hbmk2.prg | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 259a00c0d5..7308fd2d85 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-05 19:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.prg + ! Deleted 'lib' prefix for os2/gcc targets to sync it + with Harbour GNU make build setup. + See my mail on dev list for other options. + 2009-11-05 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * config/os2/gcc.mk diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index f1e7126781..4dfdfaf417 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -2531,7 +2531,6 @@ FUNCTION hbmk( aArgs, /* @ */ lPause ) AAdd( hbmk[ _HBMK_aOPTL ], "-Zomf" ) AAdd( hbmk[ _HBMK_aOPTD ], "-Zomf" ) ELSE - cLibLibPrefix := "lib" cLibLibExt := ".a" cBin_Lib := hbmk[ _HBMK_cCCPREFIX ] + "ar" + cCCEXT ENDIF