home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / apps / Make_it.README < prev    next >
Encoding:
Text File  |  1993-06-12  |  1.4 KB  |  34 lines

  1.  
  2.  
  3. Make_it  1.2
  4.  
  5. Make_it is a very useful tool for doing compilations on a NeXT using Edit. It was inspired by the famous TURBO-Compilers from Messy-DOS - and it's even more easy to use !  
  6.  
  7. Just pressing a hot-key in Edit, you can start a compilation. You automatically arrive in Make_it and now you can easily trace down the errors from the compilation just with one mouse-click. You can even do this if the compilation is still not finished yet, because the command runs in the background.   Make_it is not restricted to compilations, you can also do greps,  recursing into subdirectories. 
  8.  
  9. Make_it has been much improved since the first version. 
  10. Make_it can be used for  many tasks, which you cannot do with ProjectBuilder as easily:
  11.  
  12.         Use another compiler, like gcc, g++
  13.        Use grep instead of a compiler
  14.        Switch quickly between different directories
  15.        Use different Makefiles
  16.        Allow  sub-makes and recurse into subdirectories
  17.        Use GNU-Make instead of NeXT's make
  18.        Customize to include your own commands
  19.  
  20. Make_it is the definite tool for building and porting standard unix software. 
  21.  
  22. Make_it runs on NS3.0 now and will soon be available for NeXTSTEP Intel.
  23.  
  24. Make_it is shareware: 20 $.
  25.  
  26. --------------------------------------------------------------
  27. -rw-r--r--  1 thomas    118383 Jun 11 22:44 Make_it1.2.tar.Z
  28. sum Make_it1.2.tar.Z
  29. 47792   116
  30. --------------------------------------------------------------
  31.  
  32. Author: thf@zelator.in-berlin.de (Thomas Funke)
  33.  
  34.