Re: Win32 rebuild?

Jonathan Wilson <[email protected]> Sun, 05 May 2002 09:25:01 +0800
Newsgroups gmane.comp.mozilla.builds
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
D. Alvarado wrote:
> Hi,
>    I was just wondering how I could rebuild my Win32 Mozilla project. 
> The statement:
> 
> nmake -f client.mak build_all, 
> 
> builds everything initiallky, but then typing the statement again does
> get re-build things.  I guess the build notices some files are current
> and just doesn't re-compile.  HOw can I avoid this behavior?
> 
> Thanks, Dave

I think what you want is to type nmake -f client.mak clean which will 
remove all the obj files and rebuild everything.