From c478f0d25b96fc8992e6de3d6df27783a9418523 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 18 Nov 2006 16:44:30 +0000 Subject: name mangling update/fix --- docs/mangling.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/mangling.html') diff --git a/docs/mangling.html b/docs/mangling.html index 3f550ba5ec6..55071544fa6 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -19,6 +19,10 @@ This results in all the Mesa functions being prefixed with

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: +

+CFLAGS += -DUSE_MGL_NAMESPACE
+

-- cgit v1.2.3