home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1036.dms / 1036.adf / PrtDriver / macros.i < prev    next >
Text File  |  1977-12-31  |  761b  |  53 lines

  1. ****
  2. *
  3. * printer device macro definitions
  4. *
  5. ****
  6.  
  7. XREF_EXE    MACRO
  8.         XREF    _LVO\1
  9.         ENDM
  10.  
  11. XREF_DOS    MACRO
  12.         XREF    _LVO\1
  13.         ENDM
  14.  
  15. XREF_GFX    MACRO
  16.         XREF    _LVO\1
  17.         ENDM
  18.  
  19. XREF_ITU    MACRO
  20.         XREF    _LVO\1
  21.         ENDM
  22.  
  23. CALLEXE        MACRO
  24.         CALLLIB    _LVO\1
  25.         ENDM
  26.  
  27. LINKEXE        MACRO
  28.         LINKLIB    _LVO\1,_SysBase
  29.         ENDM
  30.  
  31. LINKDOS        MACRO
  32.         LINKLIB    _LVO\1,_DOSBase
  33.         ENDM
  34.  
  35. LINKGFX        MACRO
  36.         LINKLIB    _LVO\1,_GfxBase
  37.         ENDM
  38.  
  39. LINKITU        MACRO
  40.         LINKLIB    _LVO\1,_IntuitionBase
  41.         ENDM
  42.  
  43. ********  End of macros.i
  44. -- 
  45. {watmath|allegra|decvax|ihnp4|linus}!utzoo!oscvax!rico
  46. or just rico@oscvax.UUCP if you're lucky
  47.  
  48. [NSA food: terrorist, cryptography, DES, drugs, CIA, secret, decode]
  49. [CSIS food: supermailbox, tuna, fiberglass coffins, Mirabel, microfiche]
  50. [Cat food: Nine Lives, Cat Chow, Meow Mix, Crave]
  51.  
  52.  
  53.