mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
add progs/glsl/ to DEMO_FILES, s/pre/rc1/
This commit is contained in:
parent
565cd49b5f
commit
d9443c2494
1 changed files with 7 additions and 4 deletions
11
Makefile
11
Makefile
|
|
@ -155,10 +155,10 @@ ultrix-gcc:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
DIRECTORY = Mesa-6.5.3pre
|
||||
LIB_NAME = MesaLib-6.5.3pre
|
||||
DEMO_NAME = MesaDemos-6.5.3pre
|
||||
GLUT_NAME = MesaGLUT-6.5.3pre
|
||||
DIRECTORY = Mesa-6.5.3rc1
|
||||
LIB_NAME = MesaLib-6.5.3rc1
|
||||
DEMO_NAME = MesaDemos-6.5.3rc1
|
||||
GLUT_NAME = MesaGLUT-6.5.3rc1
|
||||
|
||||
MAIN_FILES = \
|
||||
$(DIRECTORY)/Makefile* \
|
||||
|
|
@ -364,6 +364,9 @@ DEMO_FILES = \
|
|||
$(DIRECTORY)/progs/samples/Makefile* \
|
||||
$(DIRECTORY)/progs/samples/README \
|
||||
$(DIRECTORY)/progs/samples/*.c \
|
||||
$(DIRECTORY)/progs/glsl/Makefile* \
|
||||
$(DIRECTORY)/progs/glsl/*.c \
|
||||
$(DIRECTORY)/progs/glsl/*.txt \
|
||||
$(DIRECTORY)/progs/windml/Makefile.ugl \
|
||||
$(DIRECTORY)/progs/windml/*.c \
|
||||
$(DIRECTORY)/progs/windml/*.bmp \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue