diff options
author | Brian Paul <[email protected]> | 2004-08-18 14:47:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-08-18 14:47:16 +0000 |
commit | e41460bf774f5afb4ec60b9c4f70e3dd0d80ef94 (patch) | |
tree | 224581e78eb5089c145f6d3697d85346bded1994 /src/mesa/main/descrip.mms | |
parent | 6aa5b4cb914daeeeaf0d1b7a4e0276f2294812d3 (diff) |
updates from Jouk
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 |