equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 Symbian Foundation Ltd |
|
3 * This component and the accompanying materials are made available |
|
4 * under the terms of the License "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 * Symbian Foundation Ltd - initial contribution. |
|
10 * |
|
11 * Contributors: |
|
12 * |
|
13 * Description: |
|
14 * Remove libOpenVG_sw.dll by creating libOpenVG_sw.lib which redirects to the real libOpenVG.dll |
|
15 */ |
|
16 |
|
17 #include <vg\openvguids.hrh> // For uids |
|
18 |
|
19 target libOpenVG_sw.lib |
|
20 targettype implib |
|
21 linkas libOpenVG.dll |
|
22 |
|
23 #ifdef WINS |
|
24 deffile /epoc32/include/def/win32/libopenvg11.def // should be exported to epoc32\include\def\bwins for the "~" syntax |
|
25 #else |
|
26 deffile /epoc32/include/def/~/libopenvg11.def |
|
27 #endif // WINS |
|
28 |
|
29 uid KUidSharedDllUidValue KUidOpenVGDllUidValue // File uids |
|
30 |
|
31 |