diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5b074621fc..5253d65c15 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/INSTALL b/harbour/INSTALL index e4b7354fb4..3d2c91c1f1 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -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' - 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' - 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: