home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / desklib / !DeskLib / !Boot next >
Text File  |  1995-07-17  |  891b  |  27 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2.  
  3. | Set up the DeskLib: path
  4. | DeskLib_User: is the path to user-written functions.
  5. | DeskLib_Core: is the path to the released DeskLb functions.
  6.  
  7. | This enables users to have their own DeskLib libraries in
  8. | the !DLUser directory and not have to worry about copying
  9. | headers into !DeskLib etc. It also makes installing new
  10. | versions of DeskLib easier - just keep your old !DLUser
  11. | and replace your old !DeskLib.
  12.  
  13.  
  14. | Uncomment these if you are using EasyC/EasyC++
  15. | They will have no affect if you don't use EasyC(++) apart
  16. | from taking up a bit of system-variable space.
  17. If "<DeskLib$Dir>"="" Then Set MoreLib$Dir <MoreLib$Dir>,<Obey$Dir>.o.
  18. If "<DeskLib$Dir>"="" Then Set MoreHdr$Dir <MoreHdr$Dir>,<Obey$Dir>.
  19.  
  20.  
  21. Set DeskLib$Path DeskLib_User:,DeskLib_Core:
  22.  
  23. Set DeskLib$Dir <Obey$Dir>
  24. Set DeskLib_Core$Path <DeskLib$Dir>.
  25.  
  26. Filer_Boot <DeskLib$Dir>.!DLLs
  27.