From 161c0bea69ed5e8e2ddd1aeebded6dd2680d1c74 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 12 Dec 2010 21:10:00 +0000 Subject: [PATCH] 2010-12-12 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbexpat/hbexpat.hbc ! Minor correction for dynamic build. * INSTALL ! Typo in valgrind build config. --- harbour/ChangeLog | 7 +++++++ harbour/INSTALL | 4 ++-- harbour/contrib/hbexpat/hbexpat.hbc | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 459499649d..29e46f2aa8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-12 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbexpat/hbexpat.hbc + ! Minor correction for dynamic build. + + * INSTALL + ! Typo in valgrind build config. + 2010-12-12 11:50 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hblzf/3rd/liblzf/Changes * contrib/hblzf/3rd/liblzf/crc32.h diff --git a/harbour/INSTALL b/harbour/INSTALL index bd08aa12ac..fcc8b60081 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -443,7 +443,7 @@ HARBOUR You'll need these base packages to build/package/test/use Harbour: - bash subversion gcc make glibc-devel rpm valgrind + bash subversion gcc make glibc-devel rpm valgrind upx uncrustify You'll need these packages to compile certain contribs and optional Harbour features: @@ -779,7 +779,7 @@ HARBOUR Valgrind (on linux and darwin targets) -------- Build Harbour with: - HB_USER_DEBUG=yes + HB_BUILD_DEBUG=yes Build app with: $ hbmk2 myapp -debug diff --git a/harbour/contrib/hbexpat/hbexpat.hbc b/harbour/contrib/hbexpat/hbexpat.hbc index 2e516f60b9..b63c2d0a2f 100644 --- a/harbour/contrib/hbexpat/hbexpat.hbc +++ b/harbour/contrib/hbexpat/hbexpat.hbc @@ -4,5 +4,5 @@ incpaths=. -libs=${hb_name} +libs=${hb_name}${__HB_DYN__} libs=3rd/expat/expat.hbc