diff -r 000000000000 -r bde4ae8d615e os/graphics/opengles/openglesinterface/group/opengles_stub/opengles_defgen_stub.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/graphics/opengles/openglesinterface/group/opengles_stub/opengles_defgen_stub.mmp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,48 @@ +// Copyright (c) 2005-2009 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 versions +// 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__ + +SOURCEPATH . +SOURCE opengles_defgen_stub.cpp + +USERINCLUDE ../../include +OS_LAYER_SYSTEMINCLUDE_SYMBIAN + + +LIBRARY euser.lib + +#ifdef WINS + deffile ../../bwins/opengles11.def +#else + deffile ../../eabi/opengles11.def +#endif + +noexportlibrary + +SMPSAFE