projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5255044
)
added getstring.c
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 16 Jan 2005 19:42:46 +0000
(19:42 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 16 Jan 2005 19:42:46 +0000
(19:42 +0000)
src/mesa/main/descrip.mms
patch
|
blob
|
history
diff --git
a/src/mesa/main/descrip.mms
b/src/mesa/main/descrip.mms
index 43b108794712f81b537139589d04a21e96ea6e2e..1df0042d0a1120aca74cc913e4a0798aa8721637 100644
(file)
--- a/
src/mesa/main/descrip.mms
+++ b/
src/mesa/main/descrip.mms
@@
-41,6
+41,7
@@
SOURCES =accum.c \
feedback.c \
fog.c \
get.c \
+ getstring.c \
hash.c \
hint.c \
histogram.c \
@@
-92,6
+93,7
@@
extensions.obj,\
feedback.obj,\
fog.obj,\
get.obj,\
+getstring.obj,\
hash.obj,\
hint.obj,\
histogram.obj,\
@@
-157,6
+159,7
@@
extensions.obj : extensions.c
feedback.obj : feedback.c
fog.obj : fog.c
get.obj : get.c
+getstring.obj : getstring.c
hash.obj : hash.c
hint.obj : hint.c
histogram.obj : histogram.c