diff options
author | Lars Persson | 2006-12-28 12:14:58 +0000 |
---|---|---|
committer | Lars Persson | 2006-12-28 12:14:58 +0000 |
commit | 203b93e49dadf43fe4483163b44d3fe8fd4e3350 (patch) | |
tree | 58eaf1f204e4a4af729a82de351443e11908502e /backends/platform/symbian/src | |
parent | 9cc4b3d4c957bc1c04f3903f1a19527c9324de75 (diff) | |
download | scummvm-rg350-203b93e49dadf43fe4483163b44d3fe8fd4e3350.tar.gz scummvm-rg350-203b93e49dadf43fe4483163b44d3fe8fd4e3350.tar.bz2 scummvm-rg350-203b93e49dadf43fe4483163b44d3fe8fd4e3350.zip |
Updated makefiles to support touche and agos naming properly
svn-id: r24941
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 6c6a7a19d8..35558b99d4 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -64,3 +64,7 @@ "AGI " #endif +#ifndef DISABLE_TOUCHE + "Touche " +#endif + |