Halcyon version 3.0
Submitted By:
Unknown
Rating:
(Not rated) (
Rate It)
Program GS_Build;
{-----------------------------------------------------------------------------
Griffin Solutions TPU/TPP/TPW Builder
GS_Build Copyright (c) Richaard F. Griffin
28 July 1993
102 Molded Stone Pl
Warner Robins, GA 31088
-------------------------------------------------------------
This unit builds the TPU/TPP/TPW units for all Griffin Solutions
units. No action is accomplished except to compile all units.
Changes:
28 Jul 93 - Added Uses statement for all Griffin Solutions Units.
This program will create all required TPUs.
-----------------------------------------------------------------------------}
uses
GSOBSHEL,
{$IFNDEF WINDOWS}
GSOB_EDT,
GSV_FLDS,
SMPLSTUF,
XTRASTUF,
{$ENDIF}
GSOB_DSK,
GSOB_GEN,
GSOB_IDX,
GSOB_DTE,
GSOB_OBJ,
GSOB_NDX,
GSOB_INX,
GSOB_STR,
GSOB_DBS,
GSOB_FLP,
GSOB_DBF,
GSOB_VAR,
GSOB_NTX,
GSOB_MMO,
GSXT_BRO,
GSXT_SCH;
begin
end.