summaryrefslogtreecommitdiff
path: root/docs/mangling.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mangling.html')
-rw-r--r--docs/mangling.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/mangling.html b/docs/mangling.html
index 3f550ba5ec..55071544fa 100644
--- a/docs/mangling.html
+++ b/docs/mangling.html
@@ -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>