home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / sources / DeskLib / !DLSources / Libraries / Print / DLLDef next >
Encoding:
Text File  |  1995-06-17  |  201 b   |  22 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Print"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Print_StartPrint
  14. }
  15.  
  16. ; --- Object files ---
  17.  
  18. objects
  19. {
  20.   o.Print
  21. }
  22.