Added filtering out subdirs from build in ChangeAppSettings.sh

This commit is contained in:
pelya
2010-09-10 14:56:46 +03:00
parent 62a82ec84d
commit f7945552e7
5 changed files with 20 additions and 7 deletions

View File

@@ -48,5 +48,5 @@ class Globals {
}
class LoadLibrary {
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("sdl_mixer"); };
public LoadLibrary() { System.loadLibrary("sdl"); };
}