equal
deleted
inserted
replaced
24 |
24 |
25 #include <platform_paths.hrh> |
25 #include <platform_paths.hrh> |
26 |
26 |
27 PRJ_EXPORTS |
27 PRJ_EXPORTS |
28 |
28 |
29 // Copy font rasterizer |
|
30 ../iTypeRaster/winscw/ityperast.dll /epoc32/release/winscw/udeb/iTypeRast.dll |
|
31 ../iTypeRaster/winscw/ityperast.dll /epoc32/release/winscw/urel/iTypeRast.dll |
|
32 ../iTypeRaster/winscw/ityperast.RSC /epoc32/release/winscw/udeb/z/resource/plugins/iTypeRast.rsc |
|
33 ../iTypeRaster/winscw/ityperast.RSC /epoc32/release/winscw/urel/z/resource/plugins/iTypeRast.rsc |
|
34 |
|
35 ../iTypeRaster/armv5/ityperast.dll /epoc32/release/armv5/udeb/iTypeRast.dll |
|
36 ../iTypeRaster/armv5/ityperast.dll /epoc32/release/armv5/urel/iTypeRast.dll |
|
37 ../iTypeRaster/armv5/ityperast.RSC /epoc32/data/z/resource/plugins/iTypeRast.RSC |
|
38 |
29 |
39 // Select correct font source directory |
30 // Select correct font source directory |
40 #ifndef RD_KANNADA_FONTS |
31 #ifndef RD_KANNADA_FONTS |
41 #define FONT_SRC_DIR(fontfile) ../Vectorfonts/##fontfile |
32 #define FONT_SRC_DIR(fontfile) ../Vectorfonts/##fontfile |
42 #else |
33 #else |