Mercurial > sdl-ios-xcode
view setvars.cmd @ 1230:88c2d6aed428
From Mike Frysinger and/or Gentoo:
- libsdl-PIC-load-mmx-masks-from-stack.patch
this one may be a little controversial ... the fix here is again that you cant
reference the memory addresses like this to load into a mmx register, so the
way to do it is to push two 32bit words onto the stack, load the 64bit value
off of the stack into the mmx register, and then adjust the stack so that
it's back to normal.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 05 Jan 2006 15:25:19 +0000 |
parents | 173c063d4f55 |
children |
line wrap: on
line source
@ECHO OFF SET WATCOM=d:\watcom SET NASM=d:\nasm SET OS2TK=d:\os2tk45 SET FSLIB=d:\watcom\projects\FSLib SET PATH=%WATCOM%\BINP;%WATCOM%\BINW;%os2tk%\bin;%NASM%;%PATH% SET INCLUDE=%WATCOM%\H;%WATCOM%\H\OS2 SET FINCLUDE=%WATCOM%\SRC\FORTRAN SET EDPATH=%WATCOM%\EDDAT SET HELP=%WATCOM%\BINP\HELP;%HELP% SET BOOKSHELF=%WATCOM%\BINP\HELP;%BOOKSHELF% SET BEGINLIBPATH=%WATCOM%\BINP\DLL cmd