projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff39c65
)
add src/mesa/shader/slang to INCLUDE_DIRS
author
Michal Krol
<mjkrol@gmail.org>
Mon, 17 Jan 2005 15:32:25 +0000
(15:32 +0000)
committer
Michal Krol
<mjkrol@gmail.org>
Mon, 17 Jan 2005 15:32:25 +0000
(15:32 +0000)
src/mesa/sources
patch
|
blob
|
history
diff --git
a/src/mesa/sources
b/src/mesa/sources
index d8fdde1fdb1a77f4b87e17f4255100bcfacea7af..5e46008dfe78381b4651853fb3993abc636258b6 100644
(file)
--- a/
src/mesa/sources
+++ b/
src/mesa/sources
@@
-148,7
+148,7
@@
SHADER_SOURCES = \
shader/nvvertexec.c \
shader/nvvertparse.c \
shader/program.c \
- shader/shaderobjects.c \
\r
+ shader/shaderobjects.c \
shader/shaderobjects_3dlabs.c
ASM_C_SOURCES = \
@@
-265,5
+265,6
@@
INCLUDE_DIRS = \
-I$(TOP)/src/mesa/math \
-I$(TOP)/src/mesa/tnl \
-I$(TOP)/src/mesa/shader \
+ -I$(TOP)/src/mesa/shader/slang \
-I$(TOP)/src/mesa/swrast \
-I$(TOP)/src/mesa/swrast_setup