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 / DVIDECW / dvilink.com < prev    next >
Text File  |  1993-07-27  |  913b  |  26 lines

  1. $ !-----------------------------------------------------------------------!
  2. $ ! Filename: DVILINK.COM                                                 !
  3. $ ! Function: Links the DVIDECW DEC-Windows application (neccesary if      !
  4. $ !           DVIDECW 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. $ !
  11. $ vue$set_task_label "LINK DVIDECW"
  12. $ vue$popup_progress_box
  13. $ !
  14. $ link /exe=dvidecw.exe -                   
  15.  sys$input:/options
  16.  dvidecw.obj
  17.  unixclib/lib
  18.  sys$library:vaxcrtl/lib
  19.  sys$share:decw$dwtlibshr/share
  20. $ ! 
  21. $ !
  22. $ ! Change APPLY button to UPDATE button on FileView
  23. $ !
  24. $ vue$highlight_update
  25. $ exit
  26.