diff options
author | Daniel Borca <[email protected]> | 2004-06-24 06:42:21 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-06-24 06:42:21 +0000 |
commit | b3eda2443ad0e260997c9c3df789b297326114c1 (patch) | |
tree | ac1379e085cecb897b4e14985ac6f6ba62878561 /src/mesa/Makefile.mgw | |
parent | 0349b4b2abac65f67a638a9f8bb5d1a3d48ddf95 (diff) |
added back x86 entrypoints
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 d1d415d0910..accfd1479c4 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -90,6 +90,7 @@ CFLAGS += -DUSE_X86_ASM CFLAGS += -DUSE_MMX_ASM CFLAGS += -DUSE_SSE_ASM CFLAGS += -DUSE_3DNOW_ASM +X86_SOURCES += $(X86_API) else X86_SOURCES = endif |