hostsupport/hostopenvg/group/bld.inf
branchbug235_bringup_0
changeset 69 3f914c77c2e9
parent 0 013716db5021
equal deleted inserted replaced
68:8d4efe9fa1cf 69:3f914c77c2e9
       
     1 /* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2  *
       
     3  * Permission is hereby granted, free of charge, to any person obtaining a
       
     4  * copy of this software and /or associated documentation files
       
     5  * (the "Materials "), to deal in the Materials without restriction,
       
     6  * including without limitation the rights to use, copy, modify, merge,
       
     7  * publish, distribute, sublicense, and/or sell copies of the Materials,
       
     8  * and to permit persons to whom the Materials are furnished to do so,
       
     9  * subject to the following conditions:
       
    10  *
       
    11  * The above copyright notice and this permission notice shall be included
       
    12  * in all copies or substantial portions of the Materials.
       
    13  *
       
    14  * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
    15  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    16  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
       
    17  * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
       
    18  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
       
    19  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR
       
    20  * THE USE OR OTHER DEALINGS IN THE MATERIALS.
       
    21  *
       
    22  * Initial Contributors:
       
    23  * Nokia Corporation - initial contribution.
       
    24  *
       
    25  * Contributors:
       
    26  *
       
    27  * Description:
       
    28  * Build information for host OpenVG
       
    29  */
       
    30 
       
    31 PRJ_PLATFORMS
       
    32 TOOLS2
       
    33 
       
    34 PRJ_EXPORTS
       
    35 
       
    36 ../inc/VG/openvg.h          OS_LAYER_PUBLIC_EXPORT_PATH(tools/VG/openvg.h)
       
    37 ../inc/VG/vgext.h           OS_LAYER_PUBLIC_EXPORT_PATH(tools/VG/vgext.h)
       
    38 ../inc/VG/vgplatform.h      OS_LAYER_PUBLIC_EXPORT_PATH(tools/VG/vgplatform.h)
       
    39 ../inc/VG/vgu.h             OS_LAYER_PUBLIC_EXPORT_PATH(tools/VG/vgu.h)
       
    40 
       
    41 PRJ_EXTENSIONS
       
    42 
       
    43 // Dynamic library.
       
    44 start extension graphics_simulator/hostbuild
       
    45 option TARGET_NAME      libOpenVG
       
    46 option TARGET_TYPE      dll
       
    47 option SOURCE_FOLDER    ../src
       
    48 option SOURCE           riApi.cpp riContext.cpp riFont.cpp riImage.cpp riMath.cpp riPath.cpp riPixelPipe.cpp riRasterizer.cpp riUtils.cpp riVGU.cpp sfBlitter.cpp sfDynamicBlitter.cpp sfDynamicPixelPipe.cpp sfEGLInterface.cpp
       
    49 option INCLUDES         ../inc ../../../inc
       
    50 option SYS_INCLUDES     OS_LAYER_PUBLIC_EXPORT_PATH(tools)
       
    51 option MACROS           OPENVG_DLL_EXPORTS NOMINMAX USE_FULL_EGL
       
    52 option COMPILE_OPTIONS  -msse2 -mfpmath=sse -march=pentium4
       
    53 option NO_STD_INCLUDE   ON
       
    54 end