2012-12-06 15:19 UTC+0100 Viktor Szakats (harbour syenar.net)

+ extras/template/tests/hbstart.hb
  * extras/template/readme.txt
    + added dot prompt support/info
This commit is contained in:
Viktor Szakats
2012-12-06 14:20:42 +00:00
parent 93ae7d879a
commit eb9e4c246b
3 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,11 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-12-06 15:19 UTC+0100 Viktor Szakats (harbour syenar.net)
+ extras/template/tests/hbstart.hb
* extras/template/readme.txt
+ added dot prompt support/info
2012-12-06 14:49 UTC+0100 Viktor Szakats (harbour syenar.net)
* extras/template/core.prg
* extras/template/corec.c

View File

@@ -11,7 +11,7 @@ Build static lib:
Build dynamic lib:
$ hbmk2 -hbdyn hbtpl.hbp
Build sample and test code using:
Build and run sample and test code using:
$ cd tests
$ hbmk2 sample
$ sample
@@ -22,5 +22,11 @@ Run sample and test code using:
$ hbrun tests/sample.prg
$ hbrun tests/test.prg
Use lib from command prompt ("dot prompt"):
$ cd tests
$ hbrun
. ? HBTPL_MYCONSTANT
. ? hbtpl_MyPublicFunction()
[vszakats]

View File

@@ -0,0 +1,2 @@
hbshell_ext_load( "hbtpl" )