2008-09-19 21:28 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

* common.mak
  * source/rdd/Makefile
    * removed dbdetach.* from make constructors
This commit is contained in:
Teo Fonrouge
2008-09-20 02:17:21 +00:00
parent d94370e84e
commit 0705a60aeb
3 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-19 21:28 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* common.mak
* source/rdd/Makefile
* removed dbdetach.* from make constructors
2008-09-20 03:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvm.c
* minor modification: #ifdef ... => #if defined( ... )

View File

@@ -891,7 +891,6 @@ RDD_LIB_OBJS = \
$(OBJ_DIR)\dbcmdhb$(OBJEXT) \
$(OBJ_DIR)\dbcmdx$(OBJEXT) \
$(OBJ_DIR)\dbdrop$(OBJEXT) \
$(OBJ_DIR)\dbdetach$(OBJEXT) \
$(OBJ_DIR)\dbexists$(OBJEXT) \
$(OBJ_DIR)\fieldhb$(OBJEXT) \
$(OBJ_DIR)\hbdbsort$(OBJEXT) \

View File

@@ -10,7 +10,6 @@ C_SOURCES=\
dbcmdhb.c \
dbcmdx.c \
dbdrop.c \
dbdetach.c \
dbexists.c \
fieldhb.c \
workarea.c \