2012-02-08 12:57 UTC+0100 Viktor Szakats (harbour syenar.net)

* INSTALL
    + added link to http://sscce.org/ which site describes 
      quite precisely what a short, self-contained code example is.
This commit is contained in:
Viktor Szakats
2012-02-08 11:59:24 +00:00
parent 29c45d3abd
commit 5d625bd4c7
2 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-02-08 12:57 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
+ added link to http://sscce.org/ which site describes
quite precisely what a short, self-contained code example is.
2012-02-08 02:02 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/3rd/pcre/Makefile
* src/3rd/pcre/pcre.dif

View File

@@ -1302,9 +1302,10 @@ HARBOUR
most of the above point applies, plus make sure to use '-trace'
command line option when running hbmk2.
12. If you are to report a problem with Harbour itself, always provide
self-contained, minimal sample source code. Do not use xhb contrib
self-contained, minimal source code example. Do not use xhb contrib
library, or any 3rd party Harbour libraries. The sample shall reproduce
the problem using official stable or nightly Harbour build.
See more on self-contained examples: http://sscce.org/
11. QUICK START TO BUILD YOUR OWN HARBOUR APPLICATIONS