Added GLES2 sprite example
This commit is contained in:
4
project/jni/application/test-gles2/Makefile
Normal file
4
project/jni/application/test-gles2/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
sdl_hello: *.cpp
|
||||
g++ -g3 -O0 -o $@ $? `sdl-config --cflags` `sdl-config --libs` -lGLESv2 -lSDL_image
|
||||
unzip -o AndroidData/*.zip
|
||||
Reference in New Issue
Block a user