diff options
author | Lars Persson | 2010-08-06 10:15:27 +0000 |
---|---|---|
committer | Lars Persson | 2010-08-06 10:15:27 +0000 |
commit | 5216d816168072bf2c2587eacb970abb92762513 (patch) | |
tree | 307e1c24db4746c63cc591c5136c5ee3986b337f /backends/platform/symbian | |
parent | 6c8bcd2ba1cad1312f0a588ca284110bbbb81ccc (diff) | |
download | scummvm-rg350-5216d816168072bf2c2587eacb970abb92762513.tar.gz scummvm-rg350-5216d816168072bf2c2587eacb970abb92762513.tar.bz2 scummvm-rg350-5216d816168072bf2c2587eacb970abb92762513.zip |
Don't include engines/sci as userinclude path, causes conflicts with graphics/ inclusion
svn-id: r51779
Diffstat (limited to 'backends/platform/symbian')
-rw-r--r-- | backends/platform/symbian/mmp/scummvm_sci.mmp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_sci.mmp.in b/backends/platform/symbian/mmp/scummvm_sci.mmp.in index 2466f0ec2d..1748be29b9 100644 --- a/backends/platform/symbian/mmp/scummvm_sci.mmp.in +++ b/backends/platform/symbian/mmp/scummvm_sci.mmp.in @@ -58,7 +58,7 @@ SOURCEPATH ..\..\..\..\engines\sci // *** Include paths -USERINCLUDE ..\..\..\..\engines ..\..\..\..\engines\sci +USERINCLUDE ..\..\..\..\engines USERINCLUDE ..\..\..\.. ..\..\..\..\common ..\..\..\..\gui ..\..\..\..\sound ..\src SYSTEMINCLUDE \epoc32\include\ZLIB // before \epoc32\include because symbian already has older version SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\src |