equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-2009 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". |
51 SOURCE TAlphaBlend.cpp |
51 SOURCE TAlphaBlend.cpp |
52 SOURCE TFontSelect.CPP |
52 SOURCE TFontSelect.CPP |
53 SOURCE TFONT.CPP |
53 SOURCE TFONT.CPP |
54 SOURCE toutlineandshadowfonts.cpp |
54 SOURCE toutlineandshadowfonts.cpp |
55 SOURCE textendedbitmap.cpp |
55 SOURCE textendedbitmap.cpp |
56 SOURCE tmultiplescreens.cpp |
|
57 |
56 |
58 |
57 |
59 LIBRARY euser.lib |
58 LIBRARY euser.lib |
60 LIBRARY hal.lib |
59 LIBRARY hal.lib |
61 LIBRARY gdi.lib |
60 LIBRARY gdi.lib |
77 |
76 |
78 #if defined(WINS) |
77 #if defined(WINS) |
79 LIBRARY fontinjector.lib |
78 LIBRARY fontinjector.lib |
80 #endif |
79 #endif |
81 |
80 |
|
81 #if !defined(WINS) |
|
82 LIBRARY viewsrv.lib |
|
83 #endif |
|
84 |
82 // We're quite heavy on the stack... 4k in WinS isn't enough... |
85 // We're quite heavy on the stack... 4k in WinS isn't enough... |
83 EPOCSTACKSIZE 0x6000 |
86 EPOCSTACKSIZE 0x6000 |
84 |
87 |
85 SMPSAFE |
88 SMPSAFE |