hostsupport/hostopengles11/group/bld.inf
branchbug235_bringup_0
changeset 69 3f914c77c2e9
parent 68 8d4efe9fa1cf
equal deleted inserted replaced
68:8d4efe9fa1cf 69:3f914c77c2e9
    23  * Nokia Corporation - initial contribution.
    23  * Nokia Corporation - initial contribution.
    24  *
    24  *
    25  * Contributors:
    25  * Contributors:
    26  *
    26  *
    27  * Description:
    27  * Description:
    28  * Build information for host EGL
    28  * Build information for host OpenGL ES 1.1
    29  */
    29  */
    30 
    30 
    31 PRJ_PLATFORMS
    31 PRJ_PLATFORMS
    32 TOOLS2
    32 TOOLS2
    33 
    33 
    43 
    43 
    44 PRJ_EXTENSIONS
    44 PRJ_EXTENSIONS
    45 
    45 
    46 // Dynamic library.
    46 // Dynamic library.
    47 start extension graphics_simulator/hostbuild
    47 start extension graphics_simulator/hostbuild
    48 option TARGET_NAME      GLESv1
    48 option TARGET_NAME      libGLESv1
    49 option TARGET_TYPE      dll
    49 option TARGET_TYPE      dll
    50 option SOURCE_DIRS      ../src
    50 option SOURCE_DIRS      ../src
    51 option INCLUDES         ../inc ../../../inc
    51 option INCLUDES         ../inc ../../../inc
    52 option SYS_INCLUDES     OS_LAYER_PUBLIC_EXPORT_PATH(tools)
    52 option SYS_INCLUDES     OS_LAYER_PUBLIC_EXPORT_PATH(tools)
    53 option MACROS           KHRONOS_APICALL_EXPORT
    53 option MACROS           KHRONOS_APICALL_EXPORT