projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf11bd
)
Added tess_winding.c for compilation
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Mon, 4 Oct 1999 05:26:46 +0000
(
05:26
+0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Mon, 4 Oct 1999 05:26:46 +0000
(
05:26
+0000)
src/glu/mesa/descrip.mms
patch
|
blob
|
history
diff --git
a/src/glu/mesa/descrip.mms
b/src/glu/mesa/descrip.mms
index bcce68ff94e0539480a6dc57577e6ad050cbdf9b..094c35c7d7d57c34aec974dfa4469e529de627be 100644
(file)
--- a/
src/glu/mesa/descrip.mms
+++ b/
src/glu/mesa/descrip.mms
@@
-15,11
+15,12
@@
LIBDIR = [-.lib]
CFLAGS = /include=$(INCDIR)/define=(FBIND=1)
SOURCES = glu.c mipmap.c nurbs.c nurbscrv.c nurbssrf.c nurbsutl.c \
- project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c
+ project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c \
+ tess_winding.c
OBJECTS =glu.obj,mipmap.obj,nurbs.obj,nurbscrv.obj,nurbssrf.obj,nurbsutl.obj,\
project.obj,quadric.obj,tess.obj,tess_fist.obj,tess_hash.obj,\
- tess_heap.obj
+ tess_heap.obj
,tess_winding.obj