home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Painting / PDRAW3-1.DMS / in.adf / s / pdraw.config < prev    next >
Encoding:
Text File  |  1995-03-04  |  689 b   |  24 lines

  1.  
  2. /*
  3. Professional Draw Configuration File
  4. */
  5. if ~show(l, 'rexxsupport.library') then
  6. if ~addlib('rexxsupport.library', 0, -30) then
  7. do
  8. call pdm_Inform(1,'You may need to install the rexxsupport.library in your libs: directory before running any Genies.',)
  9. end
  10. if ~show(l, 'gdarexxsupport.library') then
  11. if ~addlib('gdarexxsupport.library', 0, -30) then
  12. do
  13. call pdm_Inform(1,'You may need to install the gdarexxsupport.library in your libs: directory before running any Genies.',)
  14. end
  15. /*****Start Prefs*****/
  16. call pdm_AutoUpdate(0)
  17. call pdm_LoadColorList('s:pdcolors.dflt')
  18.  
  19. call pdm_SetRuler(1)
  20. call pdm_SetRulerType(1)
  21. call pdm_SetWorkbench(0)
  22. call pdm_AutoUpdate(1)
  23. /*****End Prefs*****/
  24.