diff options
author | Jouk Jansen <[email protected]> | 2005-11-02 15:24:14 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2005-11-02 15:24:14 +0000 |
commit | 5a02209cd2a634406fd54808ef19baf5f2c098a1 (patch) | |
tree | 5c05099043b5c98fb24c2afe66f78ddc9b6e149c /src/mesa/drivers | |
parent | eda460035e3733b42280905ce162c9b003120e1b (diff) |
Committing in .
Updated OpenVMS compile support (define tnl for include files)
Modified Files:
Mesa/src/mesa/drivers/common/descrip.mms
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/common/descrip.mms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/descrip.mms b/src/mesa/drivers/common/descrip.mms index f923d7478f9..3cb856d12c5 100644 --- a/src/mesa/drivers/common/descrip.mms +++ b/src/mesa/drivers/common/descrip.mms @@ -1,10 +1,11 @@ # 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 : 2 November 2005 .first define gl [----.include.gl] define math [--.math] + define tnl [--.tnl] define swrast [--.swrast] .include [----]mms-config. |