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

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