diff options
author | Brian Paul <[email protected]> | 2009-09-26 12:25:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-26 12:25:02 -0600 |
commit | a7455f9fc64f0e2e09e65c0b7d76b539bce8a79b (patch) | |
tree | f93c08549f12aef7c543c67bc182323ddeb7740f /src/mesa/SConscript | |
parent | 9e7b56c98006033daa206c51b320b1b6cbc2f281 (diff) |
mesa: added formats.c to build
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index cad56763208..6dfbd26d94a 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -56,6 +56,7 @@ if env['platform'] != 'winddk': 'main/feedback.c', 'main/ffvertex_prog.c', 'main/fog.c', + 'main/formats.c', 'main/framebuffer.c', 'main/get.c', 'main/getstring.c', |