diff options
Diffstat (limited to 'src/mesa/swrast_setup')
-rw-r--r-- | src/mesa/swrast_setup/descrip.mms | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/swrast_setup/descrip.mms b/src/mesa/swrast_setup/descrip.mms index e5e48afb3dd..32ffd80732d 100644 --- a/src/mesa/swrast_setup/descrip.mms +++ b/src/mesa/swrast_setup/descrip.mms @@ -1,13 +1,16 @@ # 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 tnl [-.tnl] + define vbo [-.vbo] define swrast [-.swrast] define array_cache [-.array_cache] + define glapi [-.glapi] + define main [-.main] .include [---]mms-config. |