home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / xloadimg.zip / xloadimage.4.1 / VMS_BUILD.COM < prev    next >
Text File  |  1993-11-09  |  2KB  |  100 lines

  1. $set noon
  2. $define sys sys$library
  3. $define x11 decw$include
  4. $!
  5. $write sys$output "Compiling..."
  6. $cc new.c:r
  7. $cc niff.c:r
  8. $cc value.c:r
  9. $cc zio.c:r
  10. $cc cmuwmraster.c:r
  11. $cc faces.c:r
  12. $cc fbm.c:r
  13. $cc gif.c:r
  14. $cc imagetypes.c:r
  15. $cc img.c:r
  16. $cc mac.c:r
  17. $cc mcidas.c:r
  18. $cc mc_tables.c:r
  19. $cc pbm.c:r
  20. $cc pcx.c:r
  21. $cc pdsuncomp.c:r
  22. $cc rle.c:r
  23. $cc rlelib.c:r
  24. $cc sunraster.c:r
  25. $cc vff.c:r
  26. $cc vicar.c:r
  27. $cc xbitmap.c:r
  28. $cc xpixmap.c:r
  29. $cc xwd.c:r
  30. $cc bright.c:r
  31. $cc clip.c:r
  32. $cc compress.c:r
  33. $cc dither.c:r
  34. $cc fill.c:r
  35. $cc halftone.c:r
  36. $cc merge.c:r
  37. $cc reduce.c:r
  38. $cc rotate.c:r
  39. $cc smooth.c:r
  40. $cc undither.c:r
  41. $cc zoom.c:r
  42. $cc config.c:r
  43. $cc misc.c:r
  44. $cc options.c:r
  45. $cc root.c:r
  46. $cc send.c:r
  47. $cc window.c:r
  48. $cc xloadimage.c:r
  49. $cc vms-build.c
  50. $!
  51. $write sys$output "Linking..."
  52. $link xloadimage, -
  53.         new.o:r, -
  54.         niff.o:r, -
  55.         value.o:r, -
  56.         zio.o:r, -
  57.         cmuwmraster.o:r, -
  58.         faces.o:r, -
  59.         fbm.o:r, -
  60.         gif.o:r, -
  61.         imagetypes.o:r, -
  62.         img.o:r, -
  63.         mac.o:r, -
  64.         mcidas.o:r, -
  65.         mc_tables.o:r, -
  66.         pbm.o:r, -
  67.         pcx.o:r, -
  68.         pdsuncomp.o:r, -
  69.         rle.o:r, -
  70.         rlelib.o:r, -
  71.         sunraster.o:r, -
  72.         vff.o:r, -
  73.         vicar.o:r, -
  74.         xbitmap.o:r, -
  75.         xpixmap.o:r, -
  76.         xwd.o:r, -
  77.         bright.o:r, -
  78.         clip.o:r, -
  79.         compress.o:r, -
  80.         dither.o:r, -
  81.         fill.o:r, -
  82.         halftone.o:r, -
  83.         merge.o:r, -
  84.         reduce.o:r, -
  85.         rotate.o:r, -
  86.         smooth.o:r, -
  87.         undither.o:r, -
  88.         zoom.o:r, -
  89.         config.o:r, -
  90.         misc.o:r, -
  91.         options.o:r, -
  92.         root.o:r, -
  93.         send.o:r, -
  94.         window.o:r, -
  95.         vms-build.o, -
  96.         sys$input:/options
  97. sys$share:decw$xlibshr/share
  98. $!
  99. $exit
  100.