home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8531 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. From: nigel@cotswold.demon.co.uk (Nigel Roles)
  3. Path: sparky!uunet!pipex!demon!cotswold.demon.co.uk!nigel
  4. Subject: Re: What is the BEST make utility for DOS development?
  5. Distribution: world
  6. References: <1992Aug13.162727.21019@midway.uchicago.edu>
  7. Organization: Interconnect
  8. Lines: 15
  9. Date: Fri, 14 Aug 1992 10:06:57 +0000
  10. Message-ID: <713813246snx@cotswold.demon.co.uk>
  11. Sender: usenet@gate.demon.co.uk
  12.  
  13.  
  14. In article <1992Aug13.162727.21019@midway.uchicago.edu> pynq@midway.uchicago.edu writes:
  15.  
  16. > I am looking around for a good MAKE for DOS development (primarily C,
  17. > but I also use MAKE for various other file management tasks).
  18.  
  19. Polytron PolyMake is pretty good for the DOS environment. I can't say I like
  20. the extensions which have been made to it (they're pretty untidy), but it is
  21. amazing what can be done with it. It solves a lot of problems, and I'm doing
  22. some fairly nasty directory searching and filename manipulation.
  23.  
  24. Of course, you should be using MK not MAKE; it's a lot cleaner.
  25.  
  26. Anyone care to direct me to a DOS version?
  27.