diff options
author | Lars Persson | 2006-02-27 09:42:57 +0000 |
---|---|---|
committer | Lars Persson | 2006-02-27 09:42:57 +0000 |
commit | fa6821df14d40a6d39baec45bb40f12e5b8f5f2d (patch) | |
tree | 4f2b5c88db0ff2006a2f007cf6023a348de53939 /backends | |
parent | 278d0de0121ddd7163fb1b14d9a0638bbe38fff8 (diff) | |
download | scummvm-rg350-fa6821df14d40a6d39baec45bb40f12e5b8f5f2d.tar.gz scummvm-rg350-fa6821df14d40a6d39baec45bb40f12e5b8f5f2d.tar.bz2 scummvm-rg350-fa6821df14d40a6d39baec45bb40f12e5b8f5f2d.zip |
Added CINE and LURE to build information
svn-id: r20954
Diffstat (limited to 'backends')
-rw-r--r-- | backends/symbian/src/main_features.inl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/symbian/src/main_features.inl b/backends/symbian/src/main_features.inl index b17b0b4feb..906a890925 100644 --- a/backends/symbian/src/main_features.inl +++ b/backends/symbian/src/main_features.inl @@ -54,3 +54,9 @@ #ifndef DISABLE_SWORD2 "Sword2 " #endif +#ifndef DISABLE_CINE + "Cine " +#endif +#ifndef DISABLE_LURE + "Lure " +#endif |