Changes

Jump to: navigation, search

Real World Mozilla Makefile Lab

148 bytes added, 20:23, 26 February 2007
Hints
* [http://msdn2.microsoft.com/en-us/library/yb8e9b8y(VS.80).aspx CL /Fo option]
* To create the executable (nled.ext) you must link all .obj files '''and''' user32.lib
* Running make with the '''-n''' option will show you all the commands make is going to run, which is helpful when debugging makefiles:
 
$ make -n
== Resources ==
* [http://benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ MozillaBuild RC1 for Win32]
* [http://webtools.mozilla.org/build/config.cgi MOZCONFIG Build Configurator]

Navigation menu