Files
harbour-core/harbour-RC1/source/rdd/dbffpt/Makefile
2008-06-04 05:13:20 +00:00

17 lines
184 B
Makefile

#
# $Id$
#
ifeq ($(HB_COMPILER),xcc)
C_USR:=$(subst -Ox,,$(subst -Ot,,$(C_USR)))
endif
ROOT = ../../../
C_SOURCES=\
dbffpt1.c \
LIBNAME=rddfpt
include $(TOP)$(ROOT)config/lib.cf