diff options
| author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2003-08-11 11:46:36 +0000 | 
|---|---|---|
| committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2003-08-11 11:46:36 +0000 | 
| commit | 3bbe68510f70c0ad140608a3353792280c16483a (patch) | |
| tree | 9196c86439f229d2aca82632777c16400bd9da0c | |
| parent | e17c1abd672f6baf4c87f3c014d3182ddfc86c0a (diff) | |
 Committing in .
 Update OpenVMS makefile due to new source files.
 Modified Files:
 	Mesa-newtree/src/mesa/main/descrip.mms
 ----------------------------------------------------------------------
| -rw-r--r-- | src/mesa/main/descrip.mms | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 2fd97fafee..9cff58e8ff 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -20,7 +20,9 @@ SOURCES =accum.c \  	api_loopback.c \  	api_noop.c \  	api_validate.c \ +	arbfragparse.c \  	arbprogram.c \ +	arbvertparse.c \   	attrib.c \  	blend.c \  	bufferobj.c \ @@ -75,7 +77,9 @@ OBJECTS=accum.obj,\  api_loopback.obj,\  api_noop.obj,\  api_validate.obj,\ +arbfragparse.obj,\  arbprogram.obj,\ +arbvertparse.obj,\  attrib.obj,\  blend.obj,\  bufferobj.obj,\ @@ -144,7 +148,9 @@ accum.obj : accum.c  api_loopback.obj : api_loopback.c  api_noop.obj : api_noop.c  api_validate.obj : api_validate.c +arbfragparse.obj : arbfragparse.c  arbprogram.obj : arbprogram.c +arbvertparse.obj : arbvertparse.c  attrib.obj : attrib.c  blend.obj : blend.c  bufferobj.obj : bufferobj.c | 
