home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 25
/
CD_ASCQ_25_1095.iso
/
dos
/
prg
/
tjgold
/
install.002
/
BUILDEM.PAS
next >
Wrap
Pascal/Delphi Source File
|
1995-05-29
|
494b
|
38 lines
program BuildEm;
{Use this "shell" program to force the compiler to
rebuild all of the Gold units}
uses
goldattr,
goldcal,
golddate,
golddb,
golddir,
goldfast,
goldgrid,
goldhard,
goldio,
goldio2,
goldio3,
goldkey,
goldlink,
goldlist,
goldmemo,
goldmenu,
goldmisc,
goldread,
goldreal,
goldstr,
goldtint,
goldwin,
gtttnest,
gtttread,
dfbtree,
dfpage,
dfbtreut;
begin
end.