equal
deleted
inserted
replaced
23 targettype dll // Binary build type |
23 targettype dll // Binary build type |
24 uid KUidSharedDllUidValue KUidOpenVGDllUidValue // File uids |
24 uid KUidSharedDllUidValue KUidOpenVGDllUidValue // File uids |
25 CAPABILITY ALL -tcb |
25 CAPABILITY ALL -tcb |
26 vendorid 0x70000001 |
26 vendorid 0x70000001 |
27 |
27 |
28 //noexportlibrary |
28 noexportlibrary |
29 |
29 |
30 armfpu vfpv2 |
30 armfpu vfpv2 |
31 |
31 |
32 MACRO __OPENVGHEADERS_USE_VG_1_1 |
32 MACRO __OPENVGHEADERS_USE_VG_1_1 |
33 |
33 |
41 sourcepath . // Relative path to source files |
41 sourcepath . // Relative path to source files |
42 |
42 |
43 source openvg.cpp |
43 source openvg.cpp |
44 |
44 |
45 library euser.lib // Mandatory |
45 library euser.lib // Mandatory |
46 library stem_sflibopenvgrefimpl.lib |
46 library sflibopenvgrefimpl.lib |
47 |
47 |
48 #ifdef WINS |
48 #ifdef WINS |
49 DEFFILE \epoc32\include\def\win32\libopenvg11.def // WINS/WINSCW def file |
49 DEFFILE \epoc32\include\def\win32\libopenvg11.def // WINS/WINSCW def file |
50 #else |
50 #else |
51 DEFFILE \epoc32\include\def\eabi\libopenvg11.def // ARM def file |
51 DEFFILE \epoc32\include\def\eabi\libopenvg11.def // ARM def file |