mesa: rename x86.c -> x86_xform.c

This commit is contained in:
Brian Paul
2009-03-04 15:35:21 -07:00
parent c751224b0a
commit 20d289eb2d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ if env['platform'] != 'winddk':
])
mesa_sources += [
'x86/common_x86.c',
'x86/x86.c',
'x86/x86_xform.c',
'x86/3dnow.c',
'x86/sse.c',
'x86/common_x86_asm.S',
+1 -1
View File
@@ -254,7 +254,7 @@ SLANG_SOURCES = \
ASM_C_SOURCES = \
x86/common_x86.c \
x86/x86.c \
x86/x86_xform.c \
x86/3dnow.c \
x86/sse.c \
x86/rtasm/x86sse.c \