equal
deleted
inserted
replaced
1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 # Copyright (c) 2007-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 the License "Eclipse Public License v1.0" |
4 # under the terms of the License "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". |
43 ALWAYS_BUILD_AS_ARM:=1 |
43 ALWAYS_BUILD_AS_ARM:=1 |
44 |
44 |
45 # No dedicated library for operator new/delete functions. |
45 # No dedicated library for operator new/delete functions. |
46 HAS_DEDICATED_OP_NEWDEL_LIB:= |
46 HAS_DEDICATED_OP_NEWDEL_LIB:= |
47 |
47 |
|
48 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file |
|
49 ifneq ($(DEFFILEKEYWORD),) |
|
50 POSTLINKDEFFILE:=$(DEFFILE) |
|
51 SUPPORT_FREEZE:=1 |
|
52 ifeq ($(NOEXPORTLIBRARY),) |
|
53 IMPORTLIBRARYREQUIRED:=1 |
|
54 endif |
|
55 endif |
48 |
56 |
49 BASELIBS:=edev |
57 BASELIBS:=edev |
50 UID2:=100039d0 |
58 UID2:=100039d0 |
51 |
59 |
52 IMPORTLIBRARYREQUIRED:= |
60 IMPORTLIBRARYREQUIRED:= |