* contrib/hbmisc/Makefile
+ contrib/hbmisc/calldll.prg
+ Added CALLDLL compatibility API interface:
CALLDLL32(), HB_DYNACALL1(), STRPTR(), PTRSTR(), UNLOADALLDLL().
; Lightly tested, it's based on core .dll functions, so it may only
need easy tweaking. Notice that this API support all platforms,
not just 32-bit Windows.
The original library is found in MINIGUI f.e.
* contrib/hbwin/win_shell.c
* Minor formatting.
30 lines
366 B
Makefile
30 lines
366 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
LIBNAME := hbmisc
|
|
|
|
C_SOURCES := \
|
|
dates2.c \
|
|
ffind.c \
|
|
hb_f.c \
|
|
hbeditc.c \
|
|
spd.c \
|
|
strfmt.c \
|
|
stringsx.c \
|
|
|
|
PRG_SOURCES := \
|
|
calldll.prg \
|
|
fcomma.prg \
|
|
fileread.prg \
|
|
hbedit.prg \
|
|
nconvert.prg \
|
|
numtxthu.prg \
|
|
numtxten.prg \
|
|
stringp.prg \
|
|
twirler.prg \
|
|
|
|
include $(TOP)$(ROOT)config/lib.mk
|