equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 // |
|
15 |
|
16 TARGET t_animplugin.dll |
|
17 TARGETTYPE ANI |
|
18 UID 268450594 0x100048F2 |
|
19 |
|
20 USERINCLUDE ../inc |
|
21 SYSTEMINCLUDE /epoc32/include |
|
22 |
|
23 |
|
24 |
|
25 //By default, the build tools look for the WINSCW def file in a BWINS directory |
|
26 //(at the same level as the directory containing the mmp file), |
|
27 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. |
|
28 //If def files are stored in these locations, the project files does not need to specify |
|
29 //the location of the def files explicitly. If you want to store the def files in some other |
|
30 //location, you will need to specify in the project file where the .def files are using |
|
31 //the deffile keyword. |
|
32 |
|
33 |
|
34 LIBRARY euser.lib efsrv.lib bitgdi.lib bafl.lib gdi.lib |
|
35 |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE T_TestAnimDll.cpp T_TWinAnim.cpp T_log.cpp T_AnimProc.cpp T_TSpriteAnim.cpp T_TFreeTimerWinAnim.cpp |
|
39 |
|
40 NOEXPORTLIBRARY |
|
41 NOSTRICTDEF |
|
42 |
|
43 CAPABILITY PowerMgmt ProtServ ReadDeviceData WriteDeviceData |
|
44 |
|
45 SMPSAFE |