2013-03-27 03:54 UTC+0100 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    + changed the way script debugging is invoked, now
      instead of little awkward HBSHELL_DEBUG envvar,
      it's as simple as adding '--hb:debug' option to the
      cmdline.
    ! fixed RTE after recent patch

  * README.md
    + typographic refinements
    + added script debugging example
    + added link to BOM article

  * .gitignore
    ! fixed to not match config/<platform>

  + config/qnx/gccarm.mk
    + added qnx/gccarm (with BB in mind)

  * package/winuni/RELNOTES.txt
    ! updated README section reference

  * COPYING.txt
    * minor

  * tests/hello.prg
    + std text
This commit is contained in:
Viktor Szakats
2013-03-27 05:31:49 +01:00
parent 05634bebdc
commit 2400974a60
8 changed files with 127 additions and 74 deletions

52
.gitignore vendored
View File

@@ -4,23 +4,41 @@
*.hbd
# build targets
aix/
android/
beos/
bsd/
cygwin/
darwin/
dos/
hpux/
linux/
minix/
os2/
qnx/
sunos/
symbian/
vxworks/
wce/
win/
lib/aix/
lib/android/
lib/beos/
lib/bsd/
lib/cygwin/
lib/darwin/
lib/dos/
lib/hpux/
lib/linux/
lib/minix/
lib/os2/
lib/qnx/
lib/sunos/
lib/symbian/
lib/vxworks/
lib/wce/
lib/win/
obj/aix/
obj/android/
obj/beos/
obj/bsd/
obj/cygwin/
obj/darwin/
obj/dos/
obj/hpux/
obj/linux/
obj/minix/
obj/os2/
obj/qnx/
obj/sunos/
obj/symbian/
obj/vxworks/
obj/wce/
obj/win/
# misc build files
.hbmk/