home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-18.59-src.tgz / emacs-18.59-src.tar / fsf / emacs18 / src / link.com < prev    next >
Text File  |  1996-09-28  |  263b  |  8 lines

  1. $ ! VMS command file to link the .OBJ files of Emacs,
  2. $ ! using `temacs.opt' and producing `temacs.exe'.
  3. $ if "''CC'".nes."" .and. f$extract(0,3,"''cc'").eqs."GCC" then goto link_gcc
  4. $ link temacs/opt
  5. $ exit
  6. $link_gcc:
  7. $ link temacs/opt+gnu_cc:[000000]gcclib/lib
  8.