See changelog 20000613-21:20 GMT -3
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2000-06-13-21:20 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
|
||||
*makefile.bc
|
||||
source/rdd/makefile
|
||||
+Added dblist to dependencie list
|
||||
*doc/funclist.txt
|
||||
*updated __dblist() and __dbupdate() entries
|
||||
*source/rdd/dblist.prg
|
||||
+Source file for __dbList() and __dbUpdate functions
|
||||
2000-06-13 22:47 UTC+0200 JfL&RaC <jfl@mafact.com> <rac@mafact.com>
|
||||
* Classes.c
|
||||
* Initialisation is now properly working
|
||||
|
||||
@@ -361,6 +361,7 @@ RDD_LIB_OBJS = \
|
||||
\
|
||||
$(OBJ_DIR)\dbf0.obj \
|
||||
$(OBJ_DIR)\dbstrux.obj \
|
||||
$(OBJ_DIR)\dblist.obj \
|
||||
$(OBJ_DIR)\delim0.obj \
|
||||
$(OBJ_DIR)\rddord.obj \
|
||||
$(OBJ_DIR)\rddsys.obj \
|
||||
@@ -770,6 +771,13 @@ $(OBJ_DIR)\dbstrux.obj : $(OBJ_DIR)\dbstrux.c
|
||||
$(CC) $(CLIBFLAGS) -o$@ $**
|
||||
tlib $(RDD_LIB) $(ARFLAGS) -+$@,,
|
||||
|
||||
$(OBJ_DIR)\dblist.c : $(RDD_DIR)\dblist.prg
|
||||
$(HARBOUR_EXE) $(HARBOURFLAGS) $** -o$@
|
||||
|
||||
$(OBJ_DIR)\dblist.obj : $(OBJ_DIR)\dblist.c
|
||||
$(CC) $(CLIBFLAGS) -o$@ $**
|
||||
tlib $(RDD_LIB) $(ARFLAGS) -+$@,,
|
||||
|
||||
$(OBJ_DIR)\sdf0.c : $(RDD_DIR)\sdf0.prg
|
||||
$(HARBOUR_EXE) $(HARBOURFLAGS) $** -o$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user