2012-06-07 15:40 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbrun/hbrun.hbp
    + build hbrun in -shared mode if HB_BUILD_CONTRIB_DYN is 
      enabled. This means that new dynamic loading feature 
      will work out of the box if Habrour is build using 
      HB_BUILD_CONTRIB_DYN=yes.
This commit is contained in:
Viktor Szakats
2012-06-07 13:40:34 +00:00
parent 3afab7b585
commit 70615b6613
2 changed files with 12 additions and 3 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-07 15:40 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbrun/hbrun.hbp
+ build hbrun in -shared mode if HB_BUILD_CONTRIB_DYN is
enabled. This means that new dynamic loading feature
will work out of the box if Habrour is build using
HB_BUILD_CONTRIB_DYN=yes.
2012-06-07 12:45 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
+ added darwin Homwbrew support

View File

@@ -51,6 +51,8 @@ hbnetio.hbc
hbunix.hbc{unix}
hbwin.hbc{allwin}
# Always build in shared mode for these platforms because the
# it's required for dynamic extension loading.
#{_HB_BUILD_&(!(HB_BUILD_DYN='no')&(win|wce|os2))}-shared
# Build in shared mode for these platforms because the
# it's required for dynamic extension loading. (only
# do that if HB_BUILD_CONTRIB_DYN is enabled, so there
# are actually some dynamic extensions to load.)
{_HB_BUILD_&(!(HB_BUILD_DYN='no')&(HB_BUILD_CONTRIB_DYN='yes')&(win|wce|os2))}-shared