diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 330b488b6a..ee3738e791 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,16 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-11 10:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * Revised links section. + + Added User Forums, removed user mailing list. + ; I'm not sure if we should link to comp.lang.clipper. + + * utils/hbmk2/hbmk2.prg + ! Fixed just added -hblib lib assembly command line to use {SCRIPT} + in dos/djgpp. + 2009-06-11 00:34 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/generator/hbqtgen.prg * harbour/contrib/hbqt/generator/qt45.qtp diff --git a/harbour/INSTALL b/harbour/INSTALL index e7036899c7..380741b514 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -621,21 +621,21 @@ TROUBLESHOOTING FOR MORE INFORMATION ==================== - Home: + Homepage: http://www.harbour-project.org/ - Developers' Mail Archives: - http://lists.harbour-project.org/pipermail/harbour/ + User Forums: + http://apps.sourceforge.net/phpbb/harbour-project/ - Users' Mail Archives: - http://lists.harbour-project.org/pipermail/harbour-users/ - - Public Newsgroup: + User Newsgroup: http://groups.google.com/group/comp.lang.clipper/ Sourceforge Page: http://sourceforge.net/projects/harbour-project/ + Developers' Mail Archives: + http://lists.harbour-project.org/pipermail/harbour/ + Development Timeline: http://apps.sourceforge.net/trac/harbour-project/timeline @@ -643,7 +643,7 @@ FOR MORE INFORMATION http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/ Source Repository Checkout (anonymous): - svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project harbour-project + svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour Miscellaneous documents: /doc directory under this directory. diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 6fda3f04f9..a8ab8cb60f 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -2285,7 +2285,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause, /* @ */ lUTF8 ) cLibPathSep := " " cLibLibExt := ".a" cBin_Lib := "ar.exe" - cOpt_Lib := "{FA} rcs {OL} {LO}" + cOpt_Lib := "{FA} rcs {OL} {LO}{SCRIPT}" IF hbmk[ _HBMK_cCOMP ] == "djgpp" AAdd( hbmk[ _HBMK_aOPTL ], "-Wl,--start-group {LL} -Wl,--end-group" ) ELSE