diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-18 16:44:30 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-18 16:44:30 +0000 |
commit | c478f0d25b96fc8992e6de3d6df27783a9418523 (patch) | |
tree | 2a46be858c5169d58fe36480dc2c91a302d28db4 /docs/mangling.html | |
parent | bdb1c3882f9b80d804040a8280aa35a3037c303d (diff) |
name mangling update/fix
Diffstat (limited to 'docs/mangling.html')
-rw-r--r-- | docs/mangling.html | 4 |
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> |