Jonathan Wilson
2002-05-05 01:25:01 UTC
Hi,
I was just wondering how I could rebuild my Win32 Mozilla project.
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 willI was just wondering how I could rebuild my Win32 Mozilla project.
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
remove all the obj files and rebuild everything.