diff options
Diffstat (limited to 'src/mesa/shader/grammar/descrip.mms')
-rw-r--r-- | src/mesa/shader/grammar/descrip.mms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/shader/grammar/descrip.mms b/src/mesa/shader/grammar/descrip.mms index f7fbee96bcd..6976b70d6ac 100644 --- a/src/mesa/shader/grammar/descrip.mms +++ b/src/mesa/shader/grammar/descrip.mms @@ -1,12 +1,13 @@ # Makefile for core library for VMS -# contributed by Jouk Jansen [email protected] -# Last revision : 1 June 2005 +# contributed by Jouk Jansen [email protected] +# Last revision : 29 September 2008 .first define gl [----.include.gl] define math [--.math] define swrast [--.swrast] define array_cache [--.array_cache] + define main [--.main] .include [----]mms-config. |