Files
harbour-core/harbour/contrib/hbmisc/Makefile
Viktor Szakats 2ab63e0ccf 2010-05-27 19:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* 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.
2010-05-27 17:58:50 +00:00

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