home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / os2 / vpascal / source / rtl / bldrtl.pas next >
Pascal/Delphi Source File  |  1995-10-31  |  252b  |  15 lines

  1. unit BldRtl;
  2.  
  3. interface
  4.  
  5. uses
  6.   { OS/2 interface units   }
  7.   Os2Def, Os2Base, Os2PmApi, Os2Rexx, Os2Ord,
  8.   { OS/2 full screen units }
  9.    Crt, Dos, Strings, Xcpt,
  10.   { OS/2 PM-based units    }
  11.   WinCrt, WinDos, PmObj;
  12.  
  13. implementation
  14. end.
  15.