Prepare for ANGLE support

This commit is contained in:
Joshua Granick
2015-04-30 10:43:09 -07:00
parent b5129ed8a6
commit 41a2c292dd
4 changed files with 23 additions and 2 deletions

View File

@@ -30,7 +30,6 @@
<files id="lime">
<compilerflag value="-DLIME_SDL" if="LIME_SDL" />
<compilerflag value="-Iinclude" />
<file name="src/ExternalInterface.cpp" />
@@ -141,6 +140,7 @@
</section>
<compilerflag value="-DLIME_SDL" />
<compilerflag value="-DNATIVE_TOOLKIT_SDL_ANGLE" if="LIME_SDL_ANGLE" />
<compilerflag value="-D__IPHONEOS__" if="ios" />
<file name="src/backend/sdl/SDLApplication.cpp" />