* contrib/rddads/rddads.hbc
* do not force shared mode for host project if HB_DYNLOAD_RDDADS
is enabled. It should fix hbide forced to be built in
-shared mode unconditionally after enabling rddads
support in hbide in 2012-06-14 12:01 UTC+0200
; please test
* src/lang/hu.c
+ translated rest of strings to Hungarian
(though they seem to make much more sense in English)
21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Enable dynamic loading with:
|
|
# -env:HB_DYNLOAD_RDDADS=yes
|
|
|
|
skip={!(linux|win)}
|
|
|
|
incpaths=.
|
|
|
|
{HB_DYNLOAD_RDDADS}prgflags=-D__HBDYNLOAD__RDDADS__
|
|
# Dynamic loading requires -shared executable, but
|
|
# let's leave enabling that to the host project.
|
|
#{HB_DYNLOAD_RDDADS}shared=yes
|
|
|
|
{!HB_DYNLOAD_RDDADS}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
|
{!HB_DYNLOAD_RDDADS&win&x86}libs=ace32
|
|
{!HB_DYNLOAD_RDDADS&win&x86_64}libs=ace64
|
|
{!HB_DYNLOAD_RDDADS&linux}libs=ace
|