home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / DVI_MGR / dvimgr_s.lzh / dvi_fbi_hh / DVIMOTIF / dvilinkm.com next >
Text File  |  1993-07-27  |  1KB  |  32 lines

  1. $ !-----------------------------------------------------------------------!
  2. $ ! Filename: DVILINKM.COM                                                !
  3. $ ! Function: Links the DVIMotif OSF/Motif application (neccesary if      !
  4. $ !           DVIMotif will run under a VMS version  other than 5.3)      !
  5. $ ! Important:There will be a linker warning message for multiply defined !
  6. $ !           Symbols QSORT and SYSTEM, this can be ignored          !
  7. $ ! (c) 28-06-90 by Ch. Markus                                            !
  8. $ !-----------------------------------------------------------------------!
  9. $ !
  10. $ @$disk2:[1050101.dvi_fbi_hh]dxm_logicals.com     
  11. $ !
  12. $ vue$set_task_label "LINK DVIMOTIF"
  13. $ vue$popup_progress_box
  14. $ !
  15. $ link /exe=dvimotif.exe -                    
  16.  sys$input:/options
  17.  dvimotif.obj
  18.  unixclib/lib
  19.  dec$kit$mrmlib/lib
  20.  dec$kit$dxmlib/lib       
  21.  dec$kit$xmlib/lib        
  22.  dec$kit$xtlib/lib
  23.  sys$library:decw$xlibshr/share         
  24.  sys$library:vaxcrtl/share
  25.  dec$kit$xm:clib/lib   
  26. $ ! 
  27. $ !
  28. $ ! Change APPLY button to UPDATE button on FileView
  29. $ !
  30. $ vue$highlight_update
  31. $ exit
  32.