Files
harbour-core/harbour/source/rdd/dbffpt/Makefile
Viktor Szakats 367c5a6264 2008-01-28 09:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/rdd/dbfntx/Makefile
   * source/rdd/dbfdbt/Makefile
   * source/rdd/dbfcdx/Makefile
   * source/rdd/dbffpt/Makefile
     ! Missing LIBNAME change now done.

   * ChangeLog
     ! Missing dbfdbt -> rdddbt name changed added to prev entry.
2008-01-28 08:29:30 +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