* 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
29 lines
320 B
Makefile
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
|