summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2006-06-21 08:26:43 +0000
committerSam Lantinga <slouken@libsdl.org>2006-06-21 08:26:43 +0000
commit0189bfdc3a9f4bd53b1f5cb0a1225c8efb822a89 (patch)
tree7880b646c940187be93e8ed050e095ea016964ad
parent79a850398f8f687d3b3bea195d7dbeb6f27a32c3 (diff)
downloadsdl-0189bfdc3a9f4bd53b1f5cb0a1225c8efb822a89.tar.gz
Renamed, per Mike's comment on bug #157
-rw-r--r--src/hermes/mmx_main.asm2
-rw-r--r--src/hermes/mmxp2_32.asm2
-rw-r--r--src/hermes/x86_main.asm2
-rw-r--r--src/hermes/x86p_16.asm2
-rw-r--r--src/hermes/x86p_32.asm2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/hermes/mmx_main.asm b/src/hermes/mmx_main.asm
index 064be4657..f79bb398d 100644
--- a/src/hermes/mmx_main.asm
+++ b/src/hermes/mmx_main.asm
@@ -9,7 +9,7 @@
BITS 32
-%include "common.asm"
+%include "common.inc"
SDL_FUNC _ConvertMMX
SDL_FUNC _mmxreturn
diff --git a/src/hermes/mmxp2_32.asm b/src/hermes/mmxp2_32.asm
index 9ce950dc9..8de8de482 100644
--- a/src/hermes/mmxp2_32.asm
+++ b/src/hermes/mmxp2_32.asm
@@ -20,7 +20,7 @@
BITS 32
-%include "common.asm"
+%include "common.inc"
SDL_FUNC _ConvertMMXpII32_24RGB888
SDL_FUNC _ConvertMMXpII32_16RGB565
diff --git a/src/hermes/x86_main.asm b/src/hermes/x86_main.asm
index bc2612b93..fdc185dd7 100644
--- a/src/hermes/x86_main.asm
+++ b/src/hermes/x86_main.asm
@@ -11,7 +11,7 @@
BITS 32
-%include "common.asm"
+%include "common.inc"
SDL_FUNC _ConvertX86
SDL_FUNC _x86return
diff --git a/src/hermes/x86p_16.asm b/src/hermes/x86p_16.asm
index d2a1bd929..53363d2e7 100644
--- a/src/hermes/x86p_16.asm
+++ b/src/hermes/x86p_16.asm
@@ -12,7 +12,7 @@
BITS 32
-%include "common.asm"
+%include "common.inc"
SDL_FUNC _ConvertX86p16_16BGR565
SDL_FUNC _ConvertX86p16_16RGB555
diff --git a/src/hermes/x86p_32.asm b/src/hermes/x86p_32.asm
index 0a921eddc..1aaef410a 100644
--- a/src/hermes/x86p_32.asm
+++ b/src/hermes/x86p_32.asm
@@ -11,7 +11,7 @@
BITS 32
-%include "common.asm"
+%include "common.inc"
SDL_FUNC _ConvertX86p32_32BGR888
SDL_FUNC _ConvertX86p32_32RGBA888