home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7380 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!mcsun!sunic!dkuug!iesd!iesd.auc.dk!fischer
  3. From: fischer@iesd.auc.dk (Lars Peter Fischer)
  4. Subject: Re: Project Builder doesn't recognize .m changes?
  5. In-Reply-To: wrb@ulnar.biostr.washington.edu's message of Fri, 20 Nov 1992 18:20:10 GMT
  6. Message-ID: <FISCHER.92Nov23221046@steinhaus.iesd.auc.dk>
  7. Sender: news@iesd.auc.dk (UseNet News)
  8. Organization: Mathematics and Computer Science, Aalborg University
  9. References: <1992Nov20.182010.21267@u.washington.edu>
  10. Date: 23 Nov 92 22:10:46
  11. Lines: 28
  12.  
  13.  
  14. >>>>> "William" == William Barker (wrb@ulnar.biostr.washington.edu)
  15.  
  16. William> Sometimes after I've made a change in my source code files,
  17. William> save them, and do a build (or run), Project Builder doesn't
  18. William> recognize that there have been changes, and hence it doesn't
  19. William> build a new version of the project.
  20.  
  21. Open a shell (Terminal, Stuart, whatever) and cd to the source
  22. (project) directory. Do
  23.  
  24.   make depend
  25.  
  26. this will create a file called "Makefile.dependencies" describing how
  27. files depend on one another, i.e., what must be recompiled when a
  28. specific file is changed. This lets PB build correctly when you change
  29. stuff.
  30.  
  31. Remember to do this whenever you
  32.  
  33.   - add new files to your project
  34.   - add new #import directives to existing files
  35.   - remove or otherwise change existing #import directives.
  36.  
  37. /Lars
  38. --
  39. Lars Fischer, fischer@iesd.auc.dk | It takes an uncommon mind to think of
  40. CS Dept., Aalborg Univ., DENMARK. | these things.  -- Calvin
  41.