* changes to synhronize RDD code with xHarbour (state of 23.09.2005)
Many, many thanks to Przemek Czerpak for his work.
14 lines
114 B
Makefile
14 lines
114 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
hsx.c \
|
|
cftsfunc.c \
|
|
|
|
LIBNAME=hsx
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|