opengles/openglesinterface/group/opengles_stub/openglesv1_cm_stub.mmp
branchNewGraphicsArchitecture
changeset 14 0be82064630b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/opengles/openglesinterface/group/opengles_stub/openglesv1_cm_stub.mmp	Tue Mar 02 14:25:11 2010 +0000
@@ -0,0 +1,49 @@
+// 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