mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 06:10:12 +01:00
mesa: added version.c to build
This commit is contained in:
parent
e0b9e33afb
commit
29f50f61ea
2 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ if env['platform'] != 'winddk':
|
|||
'main/texstate.c',
|
||||
'main/texstore.c',
|
||||
'main/varray.c',
|
||||
'main/version.c',
|
||||
'main/viewport.c',
|
||||
'main/vtxfmt.c',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ MAIN_SOURCES = \
|
|||
main/texstate.c \
|
||||
main/texstore.c \
|
||||
main/varray.c \
|
||||
main/version.c \
|
||||
main/viewport.c \
|
||||
main/vtxfmt.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue