home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / link.com < prev    next >
Text File  |  1992-10-06  |  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.