2011-02-04 18:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/hbrunext
+ contrib/hbrunext/hbrunext.hbp
+ contrib/hbrunext/pullext.prg
+ Added new hbrun clone named 'hbrunext', which is able to
include any of the contribs.
Currently it links with hbct, hbexpat and hbwin.
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-02-04 18:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ contrib/hbrunext
|
||||
+ contrib/hbrunext/hbrunext.hbp
|
||||
+ contrib/hbrunext/pullext.prg
|
||||
+ Added new hbrun clone named 'hbrunext', which is able to
|
||||
include any of the contribs.
|
||||
Currently it links with hbct, hbexpat and hbwin.
|
||||
|
||||
2011-02-04 17:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/hbwin.hbp
|
||||
+ contrib/hbwin/hbwinext.prg
|
||||
|
||||
26
harbour/contrib/hbrunext/hbrunext.hbp
Normal file
26
harbour/contrib/hbrunext/hbrunext.hbp
Normal file
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-inc
|
||||
|
||||
@../../utils/hbrun/hbrun.hbp
|
||||
|
||||
-o${hb_name}
|
||||
|
||||
-main=__PULLEXT
|
||||
pullext.prg
|
||||
|
||||
# Always build in shared mode for these platforms because the
|
||||
# tool is included in std distro and we want to minimize its size.
|
||||
{_HB_BUILD_&(!(HB_BUILD_DYN='no')&(win|wce|os2))}-shared
|
||||
|
||||
# Here comes the list of contribs linked in:
|
||||
# - Make sure to keep it in sync with pullext.prg.
|
||||
# - Do not add contribs which have external dependencies.
|
||||
# (not in the public SVN that is)
|
||||
|
||||
hbct.hbc
|
||||
hbexpat.hbc
|
||||
hbwin.hbc{allwin}
|
||||
|
||||
11
harbour/contrib/hbrunext/pullext.prg
Normal file
11
harbour/contrib/hbrunext/pullext.prg
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
REQUEST __HBEXTERN__HBCT__
|
||||
REQUEST __HBEXTERN__HBEXPAT__
|
||||
#if defined( __PLATFORM__WINDOWS )
|
||||
REQUEST __HBEXTERN__HBWIN__
|
||||
#endif
|
||||
|
||||
ANNOUNCE __PULLEXT
|
||||
Reference in New Issue
Block a user