2009-06-23 19:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- examples/superlib/hbsuper.hbp
+ examples/superlib/superlib.hbc
+ examples/superlib/superlib.dif
- examples/superlib/hbsuper.dif
* examples/superlib/readme.txt
+ examples/superlib/superlib.hbp
* Change make system to have full multiplatform/multicompiler
support. The same all other examples and contribs have.
+ Added one-liner instruction, how to build superlib based
apps using hbmk2.
This commit is contained in:
@@ -17,6 +17,18 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-23 19:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
- examples/superlib/hbsuper.hbp
|
||||
+ examples/superlib/superlib.hbc
|
||||
+ examples/superlib/superlib.dif
|
||||
- examples/superlib/hbsuper.dif
|
||||
* examples/superlib/readme.txt
|
||||
+ examples/superlib/superlib.hbp
|
||||
* Change make system to have full multiplatform/multicompiler
|
||||
support. The same all other examples and contribs have.
|
||||
+ Added one-liner instruction, how to build superlib based
|
||||
apps using hbmk2.
|
||||
|
||||
2009-06-23 18:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbapi.h
|
||||
* include/hbapiitm.h
|
||||
|
||||
@@ -17,11 +17,14 @@
|
||||
hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no "*.prg"
|
||||
|
||||
4.) Apply supplied patch to the source using GNU Patch:
|
||||
patch -lNi hbsuper.dif
|
||||
patch -lNi superlib.dif
|
||||
|
||||
5.) Build it:
|
||||
hbmk2 hbsuper.hbp
|
||||
hbmk2 superlib.hbp
|
||||
|
||||
6.) You're done.
|
||||
|
||||
7.) Finally, to build an application with SuperLib, use:
|
||||
hbmk2 myapp.prg superlib.hbc
|
||||
|
||||
[vszakats]
|
||||
|
||||
8
harbour/examples/superlib/superlib.hbc
Normal file
8
harbour/examples/superlib/superlib.hbc
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_arch}/${hb_comp}
|
||||
|
||||
libs=super
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
-hblib
|
||||
-osuper
|
||||
-olib/${hb_arch}/${hb_comp}/super
|
||||
-inc
|
||||
-q0 -w1 -es2 -l
|
||||
|
||||
Reference in New Issue
Block a user