From 2acdcbb1e6e14d6a8b75ede4aa4e035a17f04543 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 1 Jun 2009 17:56:53 +0000 Subject: [PATCH] 2009-06-01 19:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.hbp * utils/hbrun/hbrun.hbp % Don't include extra static libs in liblist for mingw targets. It links & works without it and the .exe is smaller. --- harbour/ChangeLog | 6 ++++++ harbour/utils/hbmk2/hbmk2.hbp | 6 +++--- harbour/utils/hbrun/hbrun.hbp | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a0f929dab5..132da9f915 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-06-01 19:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * utils/hbmk2/hbmk2.hbp + * utils/hbrun/hbrun.hbp + % Don't include extra static libs in liblist for mingw targets. + It links & works without it and the .exe is smaller. + 2009-06-01 19:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * INSTALL * MinGW examples: version number increase. diff --git a/harbour/utils/hbmk2/hbmk2.hbp b/harbour/utils/hbmk2/hbmk2.hbp index f5b0fd7ec3..5a4fd75369 100644 --- a/harbour/utils/hbmk2/hbmk2.hbp +++ b/harbour/utils/hbmk2/hbmk2.hbp @@ -6,9 +6,9 @@ -mt hbmk2.prg --l{shared}hbcplr --l{shared}hbpp --l{shared}hbcommon +-l{shared&!(mingw|mingw64|mingwarm)}hbcplr +-l{shared&!(mingw|mingw64|mingwarm)}hbpp +-l{shared&!(mingw|mingw64|mingwarm)}hbcommon hbmk2.${lng}.po -hbl=hbmk2.${lng}.hbl diff --git a/harbour/utils/hbrun/hbrun.hbp b/harbour/utils/hbrun/hbrun.hbp index 8da76b76bc..aa577eaea1 100644 --- a/harbour/utils/hbrun/hbrun.hbp +++ b/harbour/utils/hbrun/hbrun.hbp @@ -4,6 +4,6 @@ hbrun.prg --l{shared}hbcplr --l{shared}hbpp --l{shared}hbcommon +-l{shared&!(mingw|mingw64|mingwarm)}hbcplr +-l{shared&!(mingw|mingw64|mingwarm)}hbpp +-l{shared&!(mingw|mingw64|mingwarm)}hbcommon