diff options
author | Jouk Jansen <[email protected]> | 2008-09-29 08:35:05 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-09-29 08:35:05 -0600 |
commit | fc13269b820a842b401b7a7a4aed098e59b25b91 (patch) | |
tree | b163a8efc5d18c488881daaca87f4a80f9f95fc7 /src/mesa/drivers/common/descrip.mms | |
parent | e095d5812a0237d08eabae1977730e38ac5751c9 (diff) |
mesa: asst updates for VMS
Diffstat (limited to 'src/mesa/drivers/common/descrip.mms')
-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 99a2ae6c37d..d5bbc69dfd5 100644 --- a/src/mesa/drivers/common/descrip.mms +++ b/src/mesa/drivers/common/descrip.mms @@ -1,6 +1,6 @@ # Makefile for core library for VMS # contributed by Jouk Jansen [email protected] -# Last revision : 3 October 2007 +# Last revision : 29 September 2008 .first define gl [----.include.gl] @@ -19,7 +19,8 @@ VPATH = RCS INCDIR = [----.include],[--.main],[--.glapi],[--.shader] LIBDIR = [----.lib] -CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm +CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)\ + /float=ieee/ieee=denorm/warn=disable=(PTRMISMATCH) SOURCES = driverfuncs.c |