Added module TBColumn

This commit is contained in:
Antonio Linares
1999-08-07 07:10:30 +00:00
parent 75d3e69ca0
commit 71b1432d95

View File

@@ -21,7 +21,7 @@ harbour.lib : achoice.obj adir.obj alert.obj arrays.obj asort.obj \
langapi.obj math.obj mathx.obj memvars.obj menuto.obj mtran.obj msges.obj \
objfunc.obj \
set.obj setcolor.obj setkey.obj strings.obj symbols.obj stringp.obj \
stringsx.obj tbrowse.obj tclass.obj tget.obj tgetlist.obj transfrm.obj
stringsx.obj tbcolumn.obj tbrowse.obj tclass.obj tget.obj tgetlist.obj transfrm.obj
symbols.obj : symbols.asm
@@ -71,6 +71,7 @@ setkey.obj : setkey.c extend.h hbdefs.h
stringp.obj : stringp.c extend.h hbdefs.h
strings.obj : strings.c extend.h hbdefs.h
stringsx.obj : stringsx.c extend.h hbdefs.h
tbcolumn.obj : tbcolumn.c extend.h hbdefs.h
tbrowse.obj : tbrowse.c extend.h hbdefs.h
tclass.obj : tclass.c extend.h hbdefs.h
tget.obj : tget.c extend.h hbdefs.h
@@ -89,6 +90,7 @@ fileread.c : fileread.prg harbour.exe
menuto.c : menuto.prg harbour.exe
objfunc.c : objfunc.prg harbour.exe
stringp.c : stringp.prg harbour.exe
tbcolumn.c : tbcolumn.prg harbour.exe
tbrowse.c : tbrowse.prg harbour.exe
tclass.c : tclass.prg harbour.exe
tget.c : tget.prg harbour.exe