summaryrefslogtreecommitdiff
path: root/packages/quake/sdlquake
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-12 13:29:28 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-12 13:29:28 +0000
commit5013da3eac1b9eaa3e459e51868c972f35d13987 (patch)
tree16969aea9782c4712bea45c3e4b99cb54db2dfe2 /packages/quake/sdlquake
parent17749e1e129cdb3a6e4121cd70edb3ad2801e33f (diff)
parent5501bf760b33f3cdd0cccc5a413e5fd8540ad3c9 (diff)
merge of 'da96891a2ca8b58603eeace03f70b31bdb83f534'
and 'ff29d35506adb74555e6297276dcbf0d5adfba55'
Diffstat (limited to 'packages/quake/sdlquake')
-rw-r--r--packages/quake/sdlquake/.mtn2git_empty0
-rw-r--r--packages/quake/sdlquake/sdlquake-no-x86-asm.diff35
2 files changed, 35 insertions, 0 deletions
diff --git a/packages/quake/sdlquake/.mtn2git_empty b/packages/quake/sdlquake/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/quake/sdlquake/.mtn2git_empty
diff --git a/packages/quake/sdlquake/sdlquake-no-x86-asm.diff b/packages/quake/sdlquake/sdlquake-no-x86-asm.diff
new file mode 100644
index 0000000000..e87094b1da
--- /dev/null
+++ b/packages/quake/sdlquake/sdlquake-no-x86-asm.diff
@@ -0,0 +1,35 @@
+--- /tmp/Makefile.am 2008-08-11 20:31:09.000000000 +0200
++++ sdlquake-1.0.9/Makefile.am 2008-08-11 20:55:00.263198000 +0200
+@@ -33,7 +33,6 @@
+ crc.h \
+ cvar.c \
+ cvar.h \
+- d_copy.S \
+ d_edge.c \
+ d_fill.c \
+ d_iface.h \
+@@ -48,7 +47,6 @@
+ d_sprite.c \
+ d_surf.c \
+ d_zpoint.c \
+- dosasm.S \
+ dosisms.h \
+ draw.c \
+ draw.h \
+@@ -103,7 +101,6 @@
+ r_sprite.c \
+ r_surf.c \
+ r_vars.c \
+- r_varsa.S \
+ render.h \
+ resource.h \
+ sbar.c \
+@@ -136,7 +133,7 @@
+ world.h \
+ zone.c \
+ zone.h \
+- $(X86_SRCS) $(NONX86_SRCS)
++ $(NONX86_SRCS)
+
+ X86_SRCS = \
+ snd_mixa.S \