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 >
Wrap
Text File
|
1996-01-15
|
656b
|
16 lines
$! We fisrt test the version of DECW/Motif ; if 1.2 we need to link with new
$! X11R5 libraries
$@sys$update:decw$get_image_version sys$share:decw$xlibshr.exe decw$version
$ if f$extract(4,3,decw$version).eqs."1.2"
$ then
$! DECW/Motif 1.2 : link with X11R5 libraries
$ link xscreensaver-command,vms_axp_12.opt/opt
$ link xscreensaver,demo,dialogs,lock,stderr,subprocs,timers,windows, -
getpwnam,getpwuid,hpwd,validate,vms_axp_12.opt/opt
$ else
$! Else, link with X11R4 libraries
$ link xscreensaver-command,vms_axp.opt/opt
$ link xscreensaver,demo,dialogs,lock,stderr,subprocs,timers,windows, -
getpwnam,getpwuid,hpwd,validate,vms_axp.opt/opt
$ endif