os/graphics/opengles/openglesinterface/group/opengles_stub/opengles_defgen_stub.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Generator of .def files for OpenGL ES versions
    15 // NOTE: 
    16 // To generate the correct .def file for the version of OpenGL ES you
    17 // want, you will need to Enable/Disable the appropriate #define in the
    18 // opengles_defgen_stub.cpp file (see comment in that file)
    19 // 
    20 //
    21  
    22 TARGET			libGLESv1_CM.dll
    23 TARGETTYPE		dll
    24 CAPABILITY		All -TCB
    25 
    26 UID				0x1000008d 0x10004264
    27 
    28 MACRO			GL_EXPORTS
    29 MACRO			__SYMBIAN_USING_OPENGL_ES_1_1__
    30 
    31 SOURCEPATH		.
    32 SOURCE			opengles_defgen_stub.cpp
    33 
    34 USERINCLUDE		../../include
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 
    38 LIBRARY			euser.lib
    39 
    40 #ifdef WINS
    41     deffile ../../bwins/opengles11.def
    42 #else
    43     deffile ../../eabi/opengles11.def
    44 #endif
    45 
    46 noexportlibrary 
    47 
    48 SMPSAFE