ftp://ftp.smr.ru/pub/0/FreeBSD/releases/distfiles/xscreensaver-3.16.tar.gz
[xscreensaver] / driver / link_axp.com
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-xm,lock,passwd,stderr,subprocs,timers, -
9   windows,xset,vms-getpwnam,vms-hpwd,vms-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-xm,lock,passwd,stderr,subprocs,timers, -
14   windows,xset,vms-getpwnam,vms-hpwd,vms-validate,vms_axp.opt/opt
15 $ endif