equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
32 SOURCE TGdiServer.cpp |
32 SOURCE TGdiServer.cpp |
33 SOURCE TRGB.CPP |
33 SOURCE TRGB.CPP |
34 SOURCE TLINEDDA.CPP |
34 SOURCE TLINEDDA.CPP |
35 SOURCE TPALETTE.CPP |
35 SOURCE TPALETTE.CPP |
36 SOURCE TPICTURE.CPP |
36 SOURCE TPICTURE.CPP |
37 SOURCE TTFSTORE.CPP |
|
38 SOURCE TTYPES.CPP |
37 SOURCE TTYPES.CPP |
39 SOURCE TBiDi.cpp |
|
40 SOURCE TGraphicsContext.cpp |
38 SOURCE TGraphicsContext.cpp |
41 SOURCE TBiDiDefect.cpp |
|
42 SOURCE TLineBreak.cpp |
|
43 SOURCE TGlyphSel.cpp |
|
44 |
39 |
45 sourcepath ../sgdi |
|
46 SOURCE BIDI.CPP |
|
47 SOURCE BidiCompact.cpp |
|
48 SOURCE BidiText.cpp |
|
49 SOURCE BidiCopy.cpp |
|
50 SOURCE BidiVisual.cpp |
|
51 |
40 |
52 |
41 |
53 LIBRARY euser.lib |
42 LIBRARY euser.lib |
54 LIBRARY gdi.lib |
43 LIBRARY gdi.lib |
55 LIBRARY palette.lib |
44 LIBRARY palette.lib |
61 |
50 |
62 LIBRARY ecom.lib |
51 LIBRARY ecom.lib |
63 LIBRARY fntstr.lib |
52 LIBRARY fntstr.lib |
64 LIBRARY bitgdi.lib |
53 LIBRARY bitgdi.lib |
65 LIBRARY fbscli.lib |
54 LIBRARY fbscli.lib |
|
55 STATICLIBRARY textbase.lib |
66 |
56 |
67 // We're quite heavy on the stack... 4k in WinS isn't enough... |
57 // We're quite heavy on the stack... 4k in WinS isn't enough... |
68 EPOCSTACKSIZE 0x10000 |
58 EPOCSTACKSIZE 0x10000 |
69 |
59 |
70 SMPSAFE |
60 SMPSAFE |