2012-11-13 17:59 UTC+0100 Viktor Szakats (harbour syenar.net)

* INSTALL
    * minor tweak in hbmk2 examples to better emphasis .hbc files
This commit is contained in:
Viktor Szakats
2012-11-13 17:00:42 +00:00
parent 1afac909a6
commit 9715f1a858
2 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-13 17:59 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
* minor tweak in hbmk2 examples to better emphasis .hbc files
2012-11-13 17:55 UTC+0100 Viktor Szakats (harbour syenar.net)
- contrib/hbfimage/fi_winfu.c
* contrib/hbfimage/fi_wrp.c

View File

@@ -1438,11 +1438,11 @@ TABLE OF CONTENT
'hbmk2 myapp.hbp'
- To build an application using incremental mode:
'hbmk2 myapp.hbp -inc'
- To build an application which uses a library:
'hbmk2 myapp.prg -lmylib -L<path_to_mylib>'
- To build an application which uses a contrib package or
3rd party package that provides an .hbc file:
3rd party (addon) package that provides an .hbc file:
'hbmk2 myapp.prg hbct.hbc'
- To build an application which uses a raw library:
'hbmk2 myapp.prg -lmylib -L<path_to_mylib>'
- To build an application which uses Windows resources:
'hbmk2 mymain.prg client.prg myres.rc'
- To build an application which links against Harbour dynamic libraries: