home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xscreensaver-126 / src / driver / link_axp.com < prev    next >
Text File  |  1996-01-15  |  656b  |  16 lines

  1. $! We fisrt test the version of DECW/Motif ; if 1.2 we need to link with new
  2. $! X11R5 libraries
  3. $@sys$update:decw$get_image_version sys$share:decw$xlibshr.exe decw$version
  4. $ if f$extract(4,3,decw$version).eqs."1.2"
  5. $ then
  6. $! DECW/Motif 1.2 : link with X11R5 libraries
  7. $ link xscreensaver-command,vms_axp_12.opt/opt
  8. $ link xscreensaver,demo,dialogs,lock,stderr,subprocs,timers,windows, -
  9.   getpwnam,getpwuid,hpwd,validate,vms_axp_12.opt/opt
  10. $ else
  11. $! Else, link with X11R4 libraries
  12. $ link xscreensaver-command,vms_axp.opt/opt
  13. $ link xscreensaver,demo,dialogs,lock,stderr,subprocs,timers,windows, -
  14.   getpwnam,getpwuid,hpwd,validate,vms_axp.opt/opt
  15. $ endif
  16.