diff options
Diffstat (limited to 'docs/mangling.html')
-rw-r--r-- | docs/mangling.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/mangling.html b/docs/mangling.html index c96f2f29ae6..9d92b7d2ff5 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Function Name Mangling</title> + <title>GL Function Name Mangling</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> @@ -14,7 +14,7 @@ <iframe src="contents.html"></iframe> <div class="content"> -<h1>Function Name Mangling</h1> +<h1>GL Function Name Mangling</h1> <p> If you want to use both Mesa and another OpenGL library in the same @@ -25,12 +25,11 @@ This results in all the Mesa functions being prefixed with </p> <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: +This option is supported only with the autoconf build. To use it add +--enable-mangling to your configure line. </p> <pre> -CFLAGS += -DUSE_MGL_NAMESPACE +<code>./configure --enable-mangling ...</code> </pre> </div> |