mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 04:00:23 +01:00
Committing in .
Solve small definition problem for OpenVMS Modified Files: Mesa/src/mesa/shader/descrip.mms
This commit is contained in:
parent
87f602dd82
commit
d2fc1c8384
1 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# Makefile for core library for VMS
|
||||
# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
|
||||
# Last revision : 1 June 2005
|
||||
|
||||
# contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
|
||||
# Last revision : 20 November 2006
|
||||
.first
|
||||
define gl [---.include.gl]
|
||||
define math [-.math]
|
||||
|
|
@ -16,7 +15,7 @@ VPATH = RCS
|
|||
|
||||
INCDIR = [---.include],[.grammar],[-.main],[-.glapi],[.slang]
|
||||
LIBDIR = [---.lib]
|
||||
CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
|
||||
CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1,"__extension__=")/name=(as_is,short)/float=ieee/ieee=denorm
|
||||
|
||||
SOURCES = \
|
||||
atifragshader.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue