home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / x / x11p-13.zip / RCS / link.com,v < prev    next >
Text File  |  1988-06-10  |  710b  |  49 lines

  1. head     2.0;
  2. access   ;
  3. symbols  pre-merge:2.0;
  4. locks    ; strict;
  5. comment  @@;
  6.  
  7.  
  8. 2.0
  9. date     88.06.10.13.30.50;  author erik;  state Exp;
  10. branches ;
  11. next     1.1;
  12.  
  13. 1.1
  14. date     88.06.10.13.30.50;  author joel;  state Exp;
  15. branches ;
  16. next     ;
  17.  
  18.  
  19. desc
  20. @@
  21.  
  22.  
  23. 2.0
  24. log
  25. @version from /usr/src/pmax
  26. @
  27. text
  28. @$ PROC_VER = F$ENVIRONMENT("VERIFY_PROCEDURE")
  29. $ IMAGE_VER = F$ENVIRONMENT("VERIFY_IMAGE")
  30. $ SET VERIFY
  31. $ set noon
  32. $ define/nolog c$include [],decw$include,sys$library
  33. $ define/nolog vaxc$include c$include
  34. $ define/nolog c$library sys$library:vaxcdef.tbl
  35. $ link/debug /exe=x11perf /map=x11perf.map link.options/options
  36. $ TEMP = F$VERIFY(PROC_VER, IMAGE_VER)
  37. $ exit
  38.  
  39.  
  40. @
  41.  
  42.  
  43. 1.1
  44. log
  45. @Initial revision
  46. @
  47. text
  48. @@
  49.