diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2004-04-14 08:00:52 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-04-14 08:00:52 +0000 |
commit | edf4f53c15254ac53ab80ed127f3ff88f35dff8d (patch) | |
tree | 54a4fa75ad65644cf6ffe60713ea5f2088f97180 /Makefile.mgw | |
parent | 377ced2bf1423fbb982395c8a35b67ed9a6e0bf7 (diff) |
documentation updates
Glide3 driver: POINTCAST palette fixes
Diffstat (limited to 'Makefile.mgw')
-rw-r--r-- | Makefile.mgw | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.mgw b/Makefile.mgw index 77d6c97f75..2cd5d81cd3 100644 --- a/Makefile.mgw +++ b/Makefile.mgw @@ -20,7 +20,7 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# MinGW makefile v1.0 for Mesa +# MinGW makefile v1.1 for Mesa # # Copyright (C) 2002 - Borca Daniel # Email : dborca@users.sourceforge.net @@ -40,15 +40,7 @@ # As a consequence, you'll need the Win32 Glide3 # library to build any application. # default = no -# HAVE_X86=1 optimize for i386. -# default = no -# HAVE_MMX=1 allow MMX specializations, provided your assembler -# supports MMX instruction set. However, the true CPU -# capabilities are checked at run-time to avoid crashes. -# default = no -# HAVE_SSE=1 (see HAVE_MMX) -# default = no -# HAVE_3DNOW=1 (see HAVE_MMX) +# X86=1 optimize for x86 (if possible, use MMX, SSE, 3DNow). # default = no # # Targets: |