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 / make.com < prev    next >
Text File  |  1991-02-15  |  405b  |  25 lines

  1. $! 
  2. $!    Build X11PERF
  3. $!    $ @make
  4. $!
  5. $!    or to build X11PERF with debug
  6. $!    $ @make debug
  7. $! 
  8. $
  9. $ define/nolog c$library sys$library:vaxcdef.tlb
  10. $ define/nolog vaxc$include c$include
  11. $ define/nolog c$include [], decw$include, sys$library 
  12. $
  13. $ p1 := 'p1'
  14. $ if p1 .EQS. "DEBUG" then goto DEBUG
  15. $
  16. $ mms/desc=X11PERF
  17. $ goto END
  18. $
  19. $ DEBUG:
  20. $
  21. $ mms /desc=x11perf/macro=("DEBUG=/DEBUG",LIST="/LIST")
  22. $
  23. $ END:
  24. $ exit
  25.