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.
This commit is contained in:
Viktor Szakats
2009-06-11 08:01:34 +00:00
parent 58bbdad1b4
commit e493c06d8e
3 changed files with 19 additions and 9 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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