Files
harbour-core/harbour/contrib/hbclipsm/common.mak
Viktor Szakats 3609cf9c0b 2008-07-22 09:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbapifs.h
   * source/rtl/filesys.c
     + Added skeletons for hb_fsGetAttr() and hb_fsGetFileTime()
       TODO: Implementation.

   * contrib/hbclipsm/common.mak
   * contrib/hbclipsm/Makefile
   - contrib/hbclipsm/dbf.c
   	 ! Removed duplicate implementation of DBF() from hbclipsm.lib

   ; TOFIX:
     I'm getting these new warnings under BCC55:
     Warning W8080 source\rtl\filesys.c 2718: '_fstat(int,_stat *)' is declared but never used
     Warning W8080 source\rtl\filesys.c 2718: '_disable()' is declared but never used
     Warning W8080 source\rtl\filesys.c 2718: '_enable()' is declared but never used
     Warning W8080 source\rtl\fssize.c 142: '_fstat(int,_stat *)' is declared but never used
2008-07-22 08:01:32 +00:00

23 lines
372 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbclipsm
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
PRG_HEADERS = \
time87.ch \
LIB_OBJS = \
$(OBJ_DIR)environ$(OBJEXT) \
$(OBJ_DIR)date$(OBJEXT) \
$(OBJ_DIR)gauge$(OBJEXT) \
$(OBJ_DIR)num$(OBJEXT) \
$(OBJ_DIR)stack$(OBJEXT) \
$(OBJ_DIR)status$(OBJEXT) \
$(OBJ_DIR)time$(OBJEXT) \
all: \
$(LIB_PATH) \