diff options
author | Jouk <[email protected]> | 2007-10-03 15:21:40 +0200 |
---|---|---|
committer | Jouk <[email protected]> | 2007-10-03 15:21:40 +0200 |
commit | b263435a98173645fa3f4a5dce4566e53470f38f (patch) | |
tree | 4f632f8e59a4ff9a0c9f1fab9b1ad743b8bcf39a /src/mesa/math | |
parent | 584b84256b07e106cd7295495355eb21226465d7 (diff) |
Update of OpenVMS makefiles for the use of "new" include file convention
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. |