Hello, I am looking for a Make utility like the unix Make, but for DOS/Windows. Are there different kinds? Which one would be the best? Thanks in advance for the help! Holger
I am looking for a Make utility like the unix Make, but for DOS/Windows. If you want MORE than just a UNIX make (such as if you are a UNIX command line person, and like to use awk, sed, tr, or one of a hundred other text editors/utilities), try Cygwin... its a win32 DLL port of the UNIX libraries. If you install the whole thing, it'll probably take about 20M of disk space, but it is worth it if you want real UNIX commands (and even tcsh to replace DOS windows). you can get it at: http://sources.redhat.com another free utility you can get there is Source Navigator. I find it invaluable when try to understand someone else's poorly written code :) -nelson