diff options
author | Jouk Jansen <[email protected]> | 2008-09-29 08:35:05 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-09-29 08:35:05 -0600 |
commit | fc13269b820a842b401b7a7a4aed098e59b25b91 (patch) | |
tree | b163a8efc5d18c488881daaca87f4a80f9f95fc7 /src/mesa/shader/grammar/descrip.mms | |
parent | e095d5812a0237d08eabae1977730e38ac5751c9 (diff) |
mesa: asst updates for VMS
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. |