Changes

Jump to: navigation, search

Real World Mozilla Makefile Lab

6 bytes added, 18:30, 27 February 2007
Hints
* [http://msdn2.microsoft.com/en-us/library/8we9bhf4(VS.80).aspx CL -c option]
* [http://msdn2.microsoft.com/en-us/library/yb8e9b8y(VS.80).aspx CL -Fo option]
* The default extension for object files on win32 is '''.obj ''' vs. .o on Unix
* To create the executable (nled.exe) 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:

Navigation menu