home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xpdf / goo / vmsdecccomp.com < prev   
Text File  |  1996-05-24  |  731b  |  27 lines

  1. $!========================================================================
  2. $!
  3. $! Goo library compile script for VMS.
  4. $!
  5. $! Copyright 1996 Derek B. Noonburg
  6. $!
  7. $!========================================================================
  8. $!
  9. $! for VAX with gcc
  10. $!! CCOMP = "GCC /NOCASE /DEFINE=VMS /INCLUDE=[]"
  11. $!! CXXCOMP = "GCC /PLUSPLUS /NOCASE /DEFINE=VMS /INCLUDE=[]"
  12. $!
  13. $! for Alpha with DEC compilers
  14. $ CCOMP = "CC /DECC /PREFIX=ALL /DEFINE=VMS /INCLUDE=[]"
  15. $ CXXCOMP = "CXX /PREFIX=ALL /DEFINE=VMS /INCLUDE=[]"
  16. $!
  17. $ GOO_OBJS = "GString.obj,gmempp.obj,gmem.obj,parseargs.obj,cover.obj"
  18. $!
  19. $ CXXCOMP GString.cc
  20. $ CXXCOMP gmempp.cc
  21. $ CCOMP gmem.c
  22. $ CCOMP parseargs.c
  23. $ CCOMP cover.c
  24. $!
  25. $ lib/cre libgoo.olb
  26. $ lib libgoo 'GOO_OBJS
  27.