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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user