diff options
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/descrip.mms | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/math/descrip.mms b/src/mesa/math/descrip.mms index a3f20c2f25c..3aaa6eb8b4e 100644 --- a/src/mesa/math/descrip.mms +++ b/src/mesa/math/descrip.mms @@ -1,10 +1,12 @@ # Makefile for core library for VMS -# contributed by Jouk Jansen [email protected] -# Last revision : 16 June 2003 +# contributed by Jouk Jansen [email protected] +# Last revision : 3 October 2007 .first define gl [---.include.gl] define math [-.math] + define glapi [-.glapi] + define main [-.main] .include [---]mms-config. |