summaryrefslogtreecommitdiff
path: root/makefile.linuxppc
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-13 23:38:31 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-13 23:38:31 +0000
commit65c1d2b0b022de1340509738e65314474e2eb141 (patch)
tree2bbda5306b2a03d1e68455456fe1e65edd4e157e /makefile.linuxppc
parent0b6e2b1e4a256da0c2418af63df1c90e9a120690 (diff)
downloadmana-client-65c1d2b0b022de1340509738e65314474e2eb141.tar.gz
mana-client-65c1d2b0b022de1340509738e65314474e2eb141.tar.bz2
mana-client-65c1d2b0b022de1340509738e65314474e2eb141.tar.xz
mana-client-65c1d2b0b022de1340509738e65314474e2eb141.zip
Added heavily modified resource manager by zenogais that is currently using
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.
Diffstat (limited to 'makefile.linuxppc')
-rw-r--r--makefile.linuxppc1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.linuxppc b/makefile.linuxppc
index 9b1580fd..cadc0fbd 100644
--- a/makefile.linuxppc
+++ b/makefile.linuxppc
@@ -24,6 +24,7 @@ clean:
- rm -fv obj/gui/*.o
- rm -fv obj/sound/*.o
- rm -fv obj/graphic/*.o
+ - rm -fv obj/resources/*.o
- rm -fv tmw
obj/%.o: src/%.cpp