2010-05-14 10:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* Clarification to HB_BUILD_IMPLIB usage.
; NOTE: By now it's very easy to create implibs outside
the central make process:
'hbmk2 @contrib/<lib>/<lib>.hbi'
where <lib> is the name of the contrib. Moving
the resuling import library file(s) to our lib
dir has to be done manually in this case.
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-05-14 10:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
* Clarification to HB_BUILD_IMPLIB usage.
|
||||
; NOTE: By now it's very easy to create implibs outside
|
||||
the central make process:
|
||||
'hbmk2 @contrib/<lib>/<lib>.hbi'
|
||||
where <lib> is the name of the contrib. Moving
|
||||
the resuling import library file(s) to our lib
|
||||
dir has to be done manually in this case.
|
||||
|
||||
2010-15:13 19:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbqt/hbqt_hbqplaintextedit.cpp
|
||||
+ Implemented: column selection with mouse honoring vertical scrolling.
|
||||
@@ -39,7 +49,7 @@
|
||||
* config/postinst.prg
|
||||
+ Will now honor HB_CONTRIBLIBS and HB_CONTRIB_ADDONS
|
||||
when creating import libraries. IOW it will only create
|
||||
implibs to the contribs actually built.
|
||||
implibs for the contribs actually built.
|
||||
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added trick when using real xhb toolchain to detect
|
||||
@@ -106,8 +116,8 @@
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ In -hbimplib mode any options are automatically passed to
|
||||
import library creation command (so -iflag option is not
|
||||
absultely needed)
|
||||
- Deleted -mkimplibms option now replaces by generic -iflag
|
||||
absolutely needed)
|
||||
- Deleted -mkimplibms option now replaced by generic -iflag
|
||||
solution.
|
||||
! Stripped UTF-8 char from a recent entry.
|
||||
|
||||
@@ -139,12 +149,12 @@
|
||||
command directly.
|
||||
+ In -hbimplib mode any options are automatically passed to
|
||||
import library creation command (so -iflag option is not
|
||||
absultely needed)
|
||||
absolutely needed)
|
||||
* Changed so that target import library name/dir can now be
|
||||
specified using -o option (like in other modes).
|
||||
+ Filenames/dirs are now all normalized.
|
||||
+ Some warnings are now only shown in -info mode.
|
||||
- Deleted -mkimplibms option now replaces by generic -iflag
|
||||
- Deleted -mkimplibms option now replaced by generic -iflag
|
||||
solution.
|
||||
; F.e.:
|
||||
'hbmk2 -hbimplib mydll1 mydll2 -omydir -iflag={bcc}-a'
|
||||
|
||||
@@ -614,7 +614,7 @@ HARBOUR
|
||||
Default: yes when HB_INSTALL_PREFIX points
|
||||
to a *nix system location, otherwise no.
|
||||
- HB_BUILD_IMPLIB=yes Create import libraries for external .dll
|
||||
dependencies (including contribs). Default: no
|
||||
dependencies in 'install' phase. Default: no
|
||||
(for Windows targets only. Please note that
|
||||
this feature doesn't work with all possible
|
||||
binary distributions of 3rd party packages.
|
||||
|
||||
Reference in New Issue
Block a user