home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / jamapi.zip / CAPI.ARJ / JAMCAPIC.PRJ < prev    next >
Text File  |  1993-07-01  |  735b  |  38 lines

  1. --
  2. --  JAM(mbp) - The Joaquim-Andrew-Mats Message Base Proposal
  3. --
  4. --  C API
  5. --
  6. --  Written by Mats Wallin
  7. --
  8. --  ----------------------------------------------------------------------
  9. --
  10. --  jamcapic.prj
  11. --
  12. --      TopSpeed C project file for JAM(mbp) C API library
  13. --      Compact model
  14. --
  15. --
  16. --  Copyright 1993 Joaquim Homrighausen, Andrew Milner, Mats Birch, and
  17. --  Mats Wallin. ALL RIGHTS RESERVED.
  18. --
  19.  
  20. make library
  21.  
  22. option +case -fixed +map +pack +check -vid
  23.  
  24. override *.c /a- /b- /e+ /op0 /ot+ /ox+ /v0 /w* 
  25.  
  26. model compact
  27.  
  28. include jamfetch
  29. include jamfield
  30. include jamhinfo
  31. include jamlock
  32. include jamlread
  33. include jammbini
  34. include jamscan
  35. include jamstore
  36. include jamcrc32
  37. include jamsys
  38.