diff options
Diffstat (limited to 'driver/link_axp.com')
-rw-r--r-- | driver/link_axp.com | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/driver/link_axp.com b/driver/link_axp.com deleted file mode 100644 index a141892..0000000 --- a/driver/link_axp.com +++ /dev/null @@ -1,15 +0,0 @@ -$! 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-xm,lock,passwd,stderr,subprocs,timers, - - windows,xset,vms-getpwnam,vms-hpwd,vms-validate,vms_axp_12.opt/opt -$ else -$! Else, link with X11R4 libraries -$ link xscreensaver-command,vms_axp.opt/opt -$ link xscreensaver,demo,dialogs-xm,lock,passwd,stderr,subprocs,timers, - - windows,xset,vms-getpwnam,vms-hpwd,vms-validate,vms_axp.opt/opt -$ endif |