ChangeLogTag:Mon Jul 26 11:42:11 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>

This commit is contained in:
Gonzalo A. Diethelm
1999-07-26 15:49:37 +00:00
parent ed4886737a
commit 2953c37f84
4 changed files with 27 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
Mon Jul 26 11:42:11 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
* include/Makefile:
* source/rdd/Makefile:
* tests/working/Makefile:
Updated file lists.
19990726-13:20 CET Victor Szel <info@szelvesz.hu>
+ source/rtl/gtapi.c
Some minor fixes and corrections mainly to gtBox()

View File

@@ -35,6 +35,7 @@ PRG_HEADERS=\
error.ch \
fileio.ch \
inkey.ch \
rddsys.ch \
set.ch \
setcurs.ch \

View File

@@ -5,10 +5,12 @@
ROOT = ../../
C_SOURCES=\
dbcmd.c \
dbcmd.c \
dbfntx1.c \
PRG_SOURCES=\
rddsys.prg \
dbfntx0.prg \
rddsys.prg \
LIB=rdd

View File

@@ -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 \