opengles/openglesinterface/group/opengles_stub/openglesv1_cm_stub.mmp
author William Roberts <williamr@symbian.org>
Tue, 02 Mar 2010 14:25:11 +0000
branchNewGraphicsArchitecture
changeset 14 0be82064630b
permissions -rw-r--r--
Fix Bug 2119 by adding additional stub for libGLESV1_CM.dll

// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Generator of .def files for OpenGL ES 1.1 v1 - Common Profile
// NOTE: 
// To generate the correct .def file for the version of OpenGL ES you
// want, you will need to Enable/Disable the appropriate #define in the
// opengles_defgen_stub.cpp file (see comment in that file)
// 
//
 
TARGET			libGLESv1_CM.dll
TARGETTYPE		dll
CAPABILITY		All -TCB

UID				0x1000008d 0x10004264

MACRO			GL_EXPORTS
MACRO			__SYMBIAN_USING_OPENGL_ES_1_1_v1__

SOURCEPATH		.
SOURCE			openglesv1_cm_stub.cpp

USERINCLUDE		../../include
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

OPTION CW -w nounusedarg

LIBRARY			euser.lib

#ifdef WINS
    deffile ../../bwins/libglesv1_cm11.def
#else
    deffile ../../eabi/libglesv1_cm11.def
#endif

noexportlibrary 

SMPSAFE