Removed useless spaces. Removed addrni.asm from Sconstruct and updated the build instructions for the tools.

This commit is contained in:
jbo_85
2005-07-12 14:19:01 +00:00
parent dba28a70f0
commit 707c6f50c2
35 changed files with 3124 additions and 3125 deletions

View File

@@ -74,7 +74,7 @@ NEWSYM ClearWin32
NEWSYM DrawWin256x224x16
pushad
cmp byte [MMXSupport],0
cmp byte[MMXSupport],0
je .noMMX
mov esi, [ScreenPtr]
mov edi, [SurfBufD]
@@ -186,7 +186,7 @@ NEWSYM DrawWin256x224x32
NEWSYM DrawWin320x240x16
pushad
cmp byte [MMXSupport],0
cmp byte[MMXSupport],0
je near .noMMX
xor eax,eax
xor ebx,ebx