-- Copyright (C) 1986  by Xerox Corporation. All rights reserved. 
-- CEnvironment.config
-- NFS   27-May-86 10:09:52

-- CTool and CExec for Tajo

CEnvironment:CONFIGURATION
  LINKS: CODE
  IMPORTS BcdOpsExtras, Beta, CmFile, Context, Emulator, Exec,
    FBasics, File, FileSW, Format, FormSW, Frame, Heap,
    Inline, IsAround, LoadState, MLoader,
    MFile, MStream, Process, Put, Runtime, Space,
    SpecialMFile, SpecialRuntime,
    Stream, String, Time, Token, Tool, ToolWindow,
    TTY, TTYSW, UserInput, UserTerminal, Version, Volume
  EXPORTS ALL
  CONTROL TajoCEnvUtil, CSupport, CWindow =
  
BEGIN
  CWindow;
  TajoCEnvUtil;
  CWindowLibImpl;
  CSupport;
END.