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