Files
harbour-core/harbour/contrib/hbbmcdx/common.mak
Viktor Szakats 6219893939 2008-07-03 14:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbbmcdx/Makefile
   * contrib/hbbmcdx/common.mak
   - contrib/hbbmcdx/bmsixcdx1.c
   + contrib/hbbmcdx/bmsixcdx.c
   - contrib/hbbmcdx/bmdbfcdx1.c
   + contrib/hbbmcdx/bmdbfcdx.c
   - contrib/hbbmcdx/hbrddbmcdx.h
   + contrib/hbbmcdx/hbbmcdx.h
     ! Removed long filename.

2008-07-03 14:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
   * contrib/hbmisc/spd.c
     ! DOS/GCC warning fixed, plus another update from Xavi.
     ; Sorry I've removed the old function name as IMO there is 
       not much point in keeping compatibility with a name which 
       was never used by Harbour. That can be easily done outside 
       Harbour though for those who need it nevertheless.
2008-07-03 12:23:39 +00:00

15 lines
190 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbbmcdx
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
LIB_OBJS = \
$(OBJ_DIR)bmdbfcdx$(OBJEXT) \
$(OBJ_DIR)bmsixcdx$(OBJEXT) \
all: \
$(LIB_PATH) \