|
1 /* Copyright (c) 2005-2009 Nokia Corporation |
|
2 * |
|
3 * Licensed under the Apache License, Version 2.0 (the "License"); |
|
4 * you may not use this file except in compliance with the License. |
|
5 * You may obtain a copy of the License at |
|
6 * |
|
7 * http://www.apache.org/licenses/LICENSE-2.0 |
|
8 * |
|
9 * Unless required by applicable law or agreed to in writing, software |
|
10 * distributed under the License is distributed on an "AS IS" BASIS, |
|
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
12 * See the License for the specific language governing permissions and |
|
13 * limitations under the License. |
|
14 */ |
|
15 targettype dll |
|
16 TARGET ${{PREFIX}}glcanvas.pyd |
|
17 |
|
18 |
|
19 #include "../../common.mmp" |
|
20 |
|
21 CAPABILITY ${{DLL_CAPABILITIES}} |
|
22 |
|
23 ${{COMPILER_FLAGS}} |
|
24 EPOCALLOWDLLDATA |
|
25 EPOCSTACKSIZE 0x8000 |
|
26 EPOCHEAPSIZE 0x100000 0x100000 |
|
27 |
|
28 SYSTEMINCLUDE \epoc32\include\python25 |
|
29 SYSTEMINCLUDE \epoc32\include\stdapis |
|
30 SYSTEMINCLUDE \epoc32\include |
|
31 |
|
32 USERINCLUDE ..\..\appui\inc |
|
33 USERINCLUDE ..\..\appui\appuifw\inc |
|
34 USERINCLUDE ..\..\appui\appuifw\data |
|
35 USERINCLUDE ..\inc |
|
36 |
|
37 LIBRARY python25.lib |
|
38 LIBRARY euser.lib |
|
39 LIBRARY eikcore.lib |
|
40 LIBRARY cone.lib |
|
41 LIBRARY etext.lib |
|
42 LIBRARY msgs.lib |
|
43 LIBRARY platformenv.lib |
|
44 LIBRARY estlib.lib |
|
45 LIBRARY libgles_cm.lib |
|
46 LIBRARY ws32.lib |
|
47 LIBRARY ${{PREFIX}}python_appui.lib |
|
48 |
|
49 SOURCEPATH ..\src |
|
50 |
|
51 SOURCE glcanvasmodule.cpp glcanvas_util.cpp |
|
52 |
|
53 |
|
54 #if defined(ARMCC) |
|
55 deffile eabi\glcanvas |
|
56 #elif defined(WINSCW) |
|
57 deffile bwins\glcanvas |
|
58 #endif |