home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / m / make472.zip / VENDOR.DOC < prev   
Text File  |  1991-10-31  |  679b  |  14 lines

  1. This program is being offered to BASIC programmers who need a
  2. very easy and convenient way of compiling and linking
  3. multiple-module programs.  MAKE allows an interface that is just
  4. as easy as environment compiling, but adds the flexibility of
  5. linking in support libraries and stub files, (not possible from
  6. the environment).
  7.  
  8. The main convenience of MAKE is that the instructions to build an
  9. executable program, (called MAKE directives), as well as batch
  10. DOS commands, actually reside in your main module source code.
  11. This makes a great reference of how the file needs to be built,
  12. while providing functional convenience, and reducing the number
  13. of files to manage.
  14.