Changes

Jump to: navigation, search

Real World Mozilla Incremental Build Lab

78 bytes added, 12:36, 28 February 2007
Making a change and doing incremental builds
#include <stdio.h>
...
...''inside a function somewhere''...
/* DEBUG_<username> is defined at build time, and Faculty is the username in the lab */
#ifdef DEBUG_Faculty
printf("Hello World!\n");
#endif
...''inside a function somewhere''...
* Make sure your change compiles. You need to rebuild your tree in order to test using one of the following methods:

Navigation menu