mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
Committing in .
Adding s_auxbuffer.c for compilation Modified Files: Mesa/src/mesa/swrast/descrip.mms ----------------------------------------------------------------------
This commit is contained in:
parent
192c988c73
commit
645778fe69
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Makefile for core library for VMS
|
||||
# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
|
||||
# Last revision : 16 June 2003
|
||||
# Last revision : 23 March 2004
|
||||
|
||||
.first
|
||||
define gl [---.include.gl]
|
||||
|
|
@ -23,7 +23,8 @@ SOURCES = s_aaline.c s_aatriangle.c s_accum.c s_alpha.c s_alphabuf.c \
|
|||
s_bitmap.c s_blend.c s_buffers.c s_context.c s_copypix.c s_depth.c \
|
||||
s_drawpix.c s_feedback.c s_fog.c s_imaging.c s_lines.c s_logic.c \
|
||||
s_masking.c s_nvfragprog.c s_pixeltex.c s_points.c s_readpix.c \
|
||||
s_span.c s_stencil.c s_texstore.c s_texture.c s_triangle.c s_zoom.c
|
||||
s_span.c s_stencil.c s_texstore.c s_texture.c s_triangle.c s_zoom.c \
|
||||
s_auxbuffer.c
|
||||
|
||||
OBJECTS = s_aaline.obj,s_aatriangle.obj,s_accum.obj,s_alpha.obj,\
|
||||
s_alphabuf.obj,s_auxbuffer.obj,s_bitmap.obj,s_blend.obj,\
|
||||
|
|
@ -31,7 +32,7 @@ OBJECTS = s_aaline.obj,s_aatriangle.obj,s_accum.obj,s_alpha.obj,\
|
|||
s_copypix.obj,s_depth.obj,s_drawpix.obj,s_feedback.obj,s_fog.obj,\
|
||||
s_imaging.obj,s_lines.obj,s_logic.obj,s_masking.obj,s_nvfragprog.obj,\
|
||||
s_pixeltex.obj,s_points.obj,s_readpix.obj,s_span.obj,s_stencil.obj,\
|
||||
s_texstore.obj,s_texture.obj,s_triangle.obj,s_zoom.obj
|
||||
s_texstore.obj,s_texture.obj,s_triangle.obj,s_zoom.obj,s_auxbuffer.obj
|
||||
|
||||
##### RULES #####
|
||||
|
||||
|
|
@ -75,3 +76,4 @@ s_texstore.obj : s_texstore.c
|
|||
s_texture.obj : s_texture.c
|
||||
s_triangle.obj : s_triangle.c
|
||||
s_zoom.obj : s_zoom.c
|
||||
s_auxbuffer.obj : s_auxbuffer.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue