diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5853fa27df..e92c40b07a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 26 11:42:11 1999 Gonzalo A. Diethelm + + * include/Makefile: + * source/rdd/Makefile: + * tests/working/Makefile: + Updated file lists. + 19990726-13:20 CET Victor Szel + source/rtl/gtapi.c Some minor fixes and corrections mainly to gtBox() diff --git a/harbour/include/Makefile b/harbour/include/Makefile index 40606dc6b9..64810577a9 100644 --- a/harbour/include/Makefile +++ b/harbour/include/Makefile @@ -35,6 +35,7 @@ PRG_HEADERS=\ error.ch \ fileio.ch \ inkey.ch \ + rddsys.ch \ set.ch \ setcurs.ch \ diff --git a/harbour/source/rdd/Makefile b/harbour/source/rdd/Makefile index f0c4517bc9..11f39607a4 100644 --- a/harbour/source/rdd/Makefile +++ b/harbour/source/rdd/Makefile @@ -5,10 +5,12 @@ ROOT = ../../ C_SOURCES=\ - dbcmd.c \ + dbcmd.c \ + dbfntx1.c \ PRG_SOURCES=\ - rddsys.prg \ + dbfntx0.prg \ + rddsys.prg \ LIB=rdd diff --git a/harbour/tests/working/Makefile b/harbour/tests/working/Makefile index 900af62262..b333a6968a 100644 --- a/harbour/tests/working/Makefile +++ b/harbour/tests/working/Makefile @@ -63,6 +63,7 @@ PRG_SOURCES=\ memvar.prg \ mtran.prg \ multiarg.prg \ + newcopy.prg \ nums.prg \ objarr.prg \ objasign.prg \ @@ -87,6 +88,8 @@ PRG_SOURCES=\ set_test.prg \ statfun.prg \ statics.prg \ + statics1.prg \ + statics2.prg \ strcmp.prg \ strdelim.prg \ strings.prg \ @@ -109,14 +112,22 @@ PRG_SOURCES=\ testmem.prg \ teststr.prg \ testtok.prg \ + testpre.prg \ + testrdd.prg \ testvars.prg \ testwarn.prg \ tstcolor.prg \ + transdef.prg \ transfrm.prg \ val.prg \ version.prg \ while.prg \ +PRG_HEADERS=\ + cgi.ch \ + keywords.ch \ + test.ch \ + BAD_PRG_SOURCES=\ dupvars.prg \ extend1.prg \ @@ -127,6 +138,10 @@ BAD_PRG_SOURCES=\ test10.prg \ testid.prg \ +C_SOURCES=\ + +C_HEADERS=\ + BAD_C_SOURCES=\ extend2.c \