projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbce12b
)
use APP_CC, not CC for skinning demo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 6 Nov 2008 00:14:23 +0000
(17:14 -0700)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 6 Nov 2008 00:14:23 +0000
(17:14 -0700)
progs/glsl/Makefile
patch
|
blob
|
history
diff --git
a/progs/glsl/Makefile
b/progs/glsl/Makefile
index 0874cfc59e3ca1411b70cbd143e1a21177787c58..c5d62d2370dadee135e75cbfd1597a45b8f16910 100644
(file)
--- a/
progs/glsl/Makefile
+++ b/
progs/glsl/Makefile
@@
-150,10
+150,10
@@
pointcoord: pointcoord.o readtex.o shaderutil.o
skinning.o: skinning.c readtex.h extfuncs.h shaderutil.h
- $(CC) -c -I$(INCDIR) $(CFLAGS) skinning.c
+ $(
APP_
CC) -c -I$(INCDIR) $(CFLAGS) skinning.c
skinning: skinning.o readtex.o shaderutil.o
- $(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) skinning.o readtex.o shaderutil.o $(LIBS) -o $@
+ $(
APP_
CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) skinning.o readtex.o shaderutil.o $(LIBS) -o $@
texdemo1.o: texdemo1.c readtex.h extfuncs.h shaderutil.h