home *** CD-ROM | disk | FTP | other *** search
/ Shareworld 8 / Shareworld 8 (Disk 2 of 2).adf / Programs / MachineCodeHelloWorld / MyIncludes / LibraryNames.i next >
Encoding:
Text File  |  1978-02-11  |  331 b   |  18 lines

  1. ; Library Names I use.
  2.  
  3. ; Matthew Goode - 18/1/97
  4.  
  5. ; -------------------------------------------------------------
  6.  
  7.     IFD UseIntuitionLib
  8. iName    INTNAME        ;The Intuitions Library's Name
  9.     EndC
  10.     IFD UseGraphicsLib
  11. gName    GRAFNAME    ;The Graphics Library's Name
  12.     EndC
  13.     IFD UseDosLib
  14. dName    DOSNAME    ;The Graphics Library's Name
  15.     EndC
  16.     even    
  17.  
  18.