diff options
author | gareth <gareth> | 2000-09-10 04:14:18 +0000 |
---|---|---|
committer | gareth <gareth> | 2000-09-10 04:14:18 +0000 |
commit | 6a2d9f3504f33037649b938af8311a8ce5a303f6 (patch) | |
tree | 7164fbcefb517646f44a62c08faeae84d8a8b6de | |
parent | 69a7b4c2b20bfc8e4c69f88abff23b4e28cbd975 (diff) |
Fix building of 3DNow! support.
-rw-r--r-- | xc/lib/GL/mesa/src/drv/r128/Imakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r128/Imakefile b/xc/lib/GL/mesa/src/drv/r128/Imakefile index 3a0ef541a..c3666b7fc 100644 --- a/xc/lib/GL/mesa/src/drv/r128/Imakefile +++ b/xc/lib/GL/mesa/src/drv/r128/Imakefile @@ -261,8 +261,7 @@ MESA_INCLUDES = -I. -I.. -I../../include MMX_OBJS = ../../X86/mmx_blend.o -XCOMM Disabling 3Dnow code for the time being. -#if 0 +#ifdef MesaUse3DNow 3DNOW_SRCS = ../../X86/3dnow.c \ ../../X86/3dnow_norm_raw.S \ ../../X86/3dnow_xform_masked1.S \ |