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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=3rd/expat/expat.hbc
|
||||
|
||||
Reference in New Issue
Block a user