diff options
author | Daniel Borca <[email protected]> | 2003-11-22 11:27:33 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-11-22 11:27:33 +0000 |
commit | 533733d1d497aa3f9b41884b52c6bc92807972fe (patch) | |
tree | 474b44f301e45baa67aadc8369389b6c859e3dac /src/mesa/Makefile.mgw | |
parent | a1769b0287ef77d003fa99fb30e1deb848f9d8ab (diff) |
updated core makefiles to include arbparse
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r-- | src/mesa/Makefile.mgw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index 33ea665d29c..9f49e0e9b6f 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -98,6 +98,7 @@ MAIN_SOURCES = \ main/api_noop.c \ main/api_validate.c \ main/accum.c \ + main/arbparse.c \ main/arbprogram.c \ main/arbfragparse.c \ main/arbvertparse.c \ |