name mangling update/fix
[mesa.git] / docs / mangling.html
index 3f550ba5ec6e97aefd5b2933c56ec3a2cdb7f314..55071544fa63c244b241ba88c0346894e46a78a6 100644 (file)
@@ -19,6 +19,10 @@ This results in all the Mesa functions being prefixed with
 <p>
 To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE.
 Add the flag to CFLAGS in the configuration file which you want to use.
+For example:
+<pre>
+CFLAGS += -DUSE_MGL_NAMESPACE
+</pre>
 </p>