egl/eglinterface/group/egllib.mmp
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2008-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 & lib file for EGL - the version declared is
       
    15 // controlled via eglheaders.mmh
       
    16 // 
       
    17 //
       
    18 
       
    19 #include "eglheaders.mmh"
       
    20 
       
    21 TARGET        libEGL.lib
       
    22 TARGETTYPE    IMPLIB
       
    23 
       
    24 #if defined (SYMBIAN_EGLHEADERS_API_VERSION_1_4)
       
    25 #ifdef WINS
       
    26 	deffile ../bwins/libegl14.def
       
    27 #else
       
    28 	deffile ../eabi/libegl14.def
       
    29 #endif
       
    30 #elif defined (SYMBIAN_EGLHEADERS_API_VERSION_1_3)
       
    31 #ifdef WINS
       
    32 	deffile ../bwins/libegl13.def
       
    33 #else
       
    34 	deffile ../eabi/libegl13.def
       
    35 #endif
       
    36 #elif defined (SYMBIAN_EGLHEADERS_API_VERSION_1_2)
       
    37 #ifdef WINS
       
    38 	deffile ../bwins/libegl12.def
       
    39 #else
       
    40 	deffile ../eabi/libegl12.def
       
    41 #endif
       
    42 #else
       
    43 #error "Unspecified EGL API version; check eglheaders.mmh?"
       
    44 #endif
       
    45 
       
    46 
       
    47 SMPSAFE