Files
harbour-core/harbour/contrib/libmisc/Makefile
Przemyslaw Czerpak 3aa7a90209 2007-11-23 09:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/common/hbwince.c
    + added dummy Arc(), FrameRect(), FloodFill() for WinCE builds

  * harbour/make_gcc.mak
    ! restored TABs in rules definitions. Viktor TABs for GNU make
      have special meaning - your last modifications broke this file

  * harbour/contrib/libmisc/Makefile
    ! comment DIR rule as temporary workaround for problem with
      library name
2007-11-23 08:47:47 +00:00

29 lines
320 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
dates2.c \
dbftools.c \
hb_f.c \
mathx.c \
strfmt.c \
stringsx.c \
PRG_SOURCES=\
fileread.prg \
nconvert.prg \
numtxthu.prg \
numtxten.prg \
stringp.prg \
twirler.prg \
LIBNAME=hbmisc
DIRS=test
include $(TOP)$(ROOT)config/lib.cf
#include $(TOP)$(ROOT)config/dir.cf