Added the twos section to the build script

This commit is contained in:
Valerio Santinelli
2015-09-30 20:59:21 +02:00
parent 130e8e703e
commit e0817a0391

View File

@@ -148,6 +148,8 @@
<compilerflag value="-DLIME_OPENGL" />
<compilerflag value="-I${DEVELOPER_DIR}/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS${TVOS_VER}.sdk/" if="tvos" />
<file name="src/graphics/opengl/OpenGLBindings.cpp" />
</section>
@@ -353,6 +355,22 @@
</section>
<section if="tvos">
<vflag name="-framework" value="UIKit" />
<vflag name="-framework" value="Foundation" />
<vflag name="-framework" value="CoreAudio" />
<vflag name="-framework" value="CoreVideo" />
<vflag name="-framework" value="OpenGLES" />
<vflag name="-framework" value="AudioToolbox" />
<vflag name="-framework" value="AudioUnit" />
<vflag name="-framework" value="OpenAL"/>
<lib name="-ldl" />
<lib name="-lEGL" />
<lib name="-lGLESv2" />
</section>
</section>
</target>