diff options
author | Jouk <joukj@tarantella.nano.tudelft.nl> | 2007-10-03 15:21:40 +0200 |
---|---|---|
committer | Jouk <joukj@tarantella.nano.tudelft.nl> | 2007-10-03 15:21:40 +0200 |
commit | b263435a98173645fa3f4a5dce4566e53470f38f (patch) | |
tree | 4f632f8e59a4ff9a0c9f1fab9b1ad743b8bcf39a /src/mesa/shader/descrip.mms | |
parent | 584b84256b07e106cd7295495355eb21226465d7 (diff) |
Update of OpenVMS makefiles for the use of "new" include file convention
Diffstat (limited to 'src/mesa/shader/descrip.mms')
-rw-r--r-- | src/mesa/shader/descrip.mms | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/shader/descrip.mms b/src/mesa/shader/descrip.mms index 3a98a30ead8..157c193c792 100644 --- a/src/mesa/shader/descrip.mms +++ b/src/mesa/shader/descrip.mms @@ -1,11 +1,14 @@ # Makefile for core library for VMS # contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl -# Last revision : 8 May 2007 +# Last revision : 3 October 2007 .first define gl [---.include.gl] define math [-.math] define swrast [-.swrast] define array_cache [-.array_cache] + define glapi [-.glapi] + define main [-.main] + define shader [-.shader] .include [---]mms-config. |