author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). |
sl@0 | 2 |
// All rights reserved. |
sl@0 | 3 |
// This component and the accompanying materials are made available |
sl@0 | 4 |
// under the terms of "Eclipse Public License v1.0" |
sl@0 | 5 |
// which accompanies this distribution, and is available |
sl@0 | 6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
sl@0 | 7 |
// |
sl@0 | 8 |
// Initial Contributors: |
sl@0 | 9 |
// Nokia Corporation - initial contribution. |
sl@0 | 10 |
// |
sl@0 | 11 |
// Contributors: |
sl@0 | 12 |
// |
sl@0 | 13 |
// Description: |
sl@0 | 14 |
// bitgdi.dll Bitmapped graphics library |
sl@0 | 15 |
// |
sl@0 | 16 |
// |
sl@0 | 17 |
|
sl@0 | 18 |
/** |
sl@0 | 19 |
@file |
sl@0 | 20 |
*/ |
sl@0 | 21 |
|
sl@0 | 22 |
|
sl@0 | 23 |
#ifdef WINS |
sl@0 | 24 |
#ifdef SYMBIAN_BUILD_GCE |
sl@0 | 25 |
//when GCE switchable builds are enabled, this non-GCE unit is explicitly named in the emulator |
sl@0 | 26 |
target bitgdi_nongce.dll |
sl@0 | 27 |
#else |
sl@0 | 28 |
target bitgdi.dll |
sl@0 | 29 |
#endif |
sl@0 | 30 |
#else |
sl@0 | 31 |
target bitgdi.dll |
sl@0 | 32 |
#endif |
sl@0 | 33 |
CAPABILITY All -Tcb |
sl@0 | 34 |
targettype DLL |
sl@0 | 35 |
NOEXPORTLIBRARY |
sl@0 | 36 |
uid 0x1000008D 0x10003B18 |
sl@0 | 37 |
VENDORID 0x70000001 |
sl@0 | 38 |
|
sl@0 | 39 |
sourcepath ../sbit |
sl@0 | 40 |
|
sl@0 | 41 |
userinclude ../inc |
sl@0 | 42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
sl@0 | 43 |
|
sl@0 | 44 |
source BITBLT.CPP |
sl@0 | 45 |
source BITMAPDV.CPP |
sl@0 | 46 |
source BitmapSpec.cpp |
sl@0 | 47 |
source DRAWBMP.CPP |
sl@0 | 48 |
source ELLIPSE.CPP |
sl@0 | 49 |
source FBSERVDV.CPP |
sl@0 | 50 |
source FONTBMP.CPP |
sl@0 | 51 |
source GRAPHICS.CPP |
sl@0 | 52 |
source LINE.CPP |
sl@0 | 53 |
source MAIN.CPP |
sl@0 | 54 |
source PIEARC.CPP |
sl@0 | 55 |
source POLYGON.CPP |
sl@0 | 56 |
source RECT.CPP |
sl@0 | 57 |
source ROUNDREC.CPP |
sl@0 | 58 |
source SCREENDV.CPP |
sl@0 | 59 |
source TEXT.CPP |
sl@0 | 60 |
source VERTEXT.CPP |
sl@0 | 61 |
source accelsoftbc.cpp |
sl@0 | 62 |
|
sl@0 | 63 |
library euser.lib |
sl@0 | 64 |
library gdi.lib |
sl@0 | 65 |
library fntstr.lib |
sl@0 | 66 |
library fbscli.lib |
sl@0 | 67 |
library scdv.lib |
sl@0 | 68 |
library estor.lib |
sl@0 | 69 |
|
sl@0 | 70 |
deffile BITGDI2.DEF |
sl@0 | 71 |
|
sl@0 | 72 |
START WINS |
sl@0 | 73 |
baseaddress 0x40200000 |
sl@0 | 74 |
END |
sl@0 | 75 |
|
sl@0 | 76 |
//optimal compiler flags identified in PN0082 |
sl@0 | 77 |
always_build_as_arm |
sl@0 | 78 |
option_replace armcc --cpu 6 |
sl@0 | 79 |
option armcc -Ospace -O2 |
sl@0 | 80 |
|
sl@0 | 81 |
UNPAGED |
sl@0 | 82 |
|
sl@0 | 83 |
|
sl@0 | 84 |
SMPSAFE |