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:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
2
harbour/extras/template/tests/hbstart.hb
Normal file
2
harbour/extras/template/tests/hbstart.hb
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
hbshell_ext_load( "hbtpl" )
|
||||
Reference in New Issue
Block a user