Fixed SDL_GL_GetProcAddress

This commit is contained in:
pelya
2011-01-12 18:09:40 +00:00
parent b6bf7f3eb4
commit 0a89f2b707
5 changed files with 26 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ AppTouchscreenKeyboardKeysAmount=0
AppTouchscreenKeyboardKeysAmountAutoFire=0
RedefinedKeysScreenKb="LCTRL M T H E C SPACE C S L"
MultiABI=n
AppVersionCode=218811
AppVersionName="2188.11"
AppVersionCode=219311
AppVersionName="2193.11"
CompiledLibraries="sdl_net sdl_mixer sdl_image sdl_ttf png intl"
CustomBuildScript=n
AppCflags='-finline-functions -O2 -DWITH_ZLIB -DWITH_MIXER -DWITH_XML -DWITH_IMAGE -DWITH_TTF -DWITH_AI=simple'

View File

@@ -1,6 +1,6 @@
# The application settings for Android libSDL port
AppSettingVersion=15
LibSdlVersion=1.3
AppSettingVersion=16
LibSdlVersion=1.2
AppName="GLXGears"
AppFullName=org.opengl.glxgears
ScreenOrientation=h
@@ -20,6 +20,7 @@ NonBlockingSwapBuffers=n
RedefinedKeys="RETURN"
AppTouchscreenKeyboardKeysAmount=0
AppTouchscreenKeyboardKeysAmountAutoFire=0
RedefinedKeysScreenKb="RETURN"
MultiABI=n
AppVersionCode=1
AppVersionName="1"