aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/Makefile.ps2
diff options
context:
space:
mode:
authorMax Horn2008-07-17 15:56:24 +0000
committerMax Horn2008-07-17 15:56:24 +0000
commit0f74124d789488d42bc62b6a8bcf67d31e0b9bfd (patch)
treef14b30924dfb7dd8a627a49be1d7e2181ef72fd6 /backends/platform/ps2/Makefile.ps2
parent67bef188d3977478c7d57b4016885c9293642cd2 (diff)
downloadscummvm-rg350-0f74124d789488d42bc62b6a8bcf67d31e0b9bfd.tar.gz
scummvm-rg350-0f74124d789488d42bc62b6a8bcf67d31e0b9bfd.tar.bz2
scummvm-rg350-0f74124d789488d42bc62b6a8bcf67d31e0b9bfd.zip
Committing PS2 changes on behalf of the other Max ;)
svn-id: r33089
Diffstat (limited to 'backends/platform/ps2/Makefile.ps2')
-rw-r--r--backends/platform/ps2/Makefile.ps24
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2
index 22cd4eaa1b..9a2c1bad1b 100644
--- a/backends/platform/ps2/Makefile.ps2
+++ b/backends/platform/ps2/Makefile.ps2
@@ -23,12 +23,12 @@ INCDIR = ../../../
DEFINES = -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_MPEG2 -DUSE_ZLIB -D_EE -D__PLAYSTATION2__ -O2 -Wall -Wno-multichar
# PS2SDK-Ports from ps2dev.org's SVN repository for libmad, zlib and ucl
-PS2SDK_PORTS = /home/robby/libStuffNew/ps2sdk-ports
+PS2SDK_PORTS = /mnt/winxp/scummvm/ports
PS2SDK_PORTS_INCS = /ucl /zlib/include /libmad/ee/include
PS2SDK_PORTS_LIBS = /ucl /zlib/lib /libmad/ee/lib
# we also need SjPcm, Tremor and libmpeg2
-MORE_LIBS_DIR = /home/robby/libStuff
+MORE_LIBS_DIR = /mnt/winxp/scummvm/ports
MORE_LIBS_INCS = /SjPcm/ee/src /mpeg2dec/include /tremor
MORE_LIBS_LIBS = /SjPcm/ee/lib /mpeg2dec/libmpeg2 /tremor/tremor