From b263435a98173645fa3f4a5dce4566e53470f38f Mon Sep 17 00:00:00 2001 From: Jouk Date: Wed, 3 Oct 2007 15:21:40 +0200 Subject: Update of OpenVMS makefiles for the use of "new" include file convention --- src/mesa/shader/descrip.mms | 5 ++++- src/mesa/shader/slang/descrip.mms | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/mesa/shader') diff --git a/src/mesa/shader/descrip.mms b/src/mesa/shader/descrip.mms index 3a98a30ead..157c193c79 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. diff --git a/src/mesa/shader/slang/descrip.mms b/src/mesa/shader/slang/descrip.mms index f430c59146..6eefbcf5bd 100644 --- a/src/mesa/shader/slang/descrip.mms +++ b/src/mesa/shader/slang/descrip.mms @@ -1,12 +1,15 @@ # 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 main [--.main] + define glapi [--.glapi] + define shader [--.shader] .include [----]mms-config. -- cgit v1.2.3