diff options
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r-- | src/mesa/main/descrip.mms | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 1f11b24a8cb..3de12bdb0a7 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -1,12 +1,12 @@ # Makefile for core library for VMS # contributed by Jouk Jansen [email protected] -# Last revision : 16 June 2003 +# Last revision : 18 August 2004 -.first +first define gl [---.include.gl] define math [-.math] -.include [---]mms-config. +include [---]mms-config. ##### MACROS ##### @@ -174,6 +174,7 @@ state.obj : state.c stencil.obj : stencil.c texcompress.obj : texcompress.c texcompress_fxt1.obj : texcompress_fxt1.c + cc$(CFLAGS)/warn=(disable=SHIFTCOUNT) texcompress_fxt1.c texcompress_s3tc.obj : texcompress_s3tc.c texformat.obj : texformat.c teximage.obj : teximage.c |