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". |
44 ALWAYS_BUILD_AS_ARM:=1 |
44 ALWAYS_BUILD_AS_ARM:=1 |
45 |
45 |
46 # No dedicated library for operator new/delete functions. |
46 # No dedicated library for operator new/delete functions. |
47 HAS_DEDICATED_OP_NEWDEL_LIB:= |
47 HAS_DEDICATED_OP_NEWDEL_LIB:= |
48 |
48 |
|
49 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file |
|
50 ifneq ($(DEFFILEKEYWORD),) |
|
51 POSTLINKDEFFILE:=$(DEFFILE) |
|
52 SUPPORT_FREEZE:=1 |
|
53 ifeq ($(NOEXPORTLIBRARY),) |
|
54 IMPORTLIBRARYREQUIRED:=1 |
|
55 endif |
|
56 endif |
|
57 |
49 BASELIBS:=edev |
58 BASELIBS:=edev |
50 UID2:=100000af |
59 UID2:=100000af |
51 |
60 |
52 # No exception support for kernel code? |
61 # No exception support for kernel code? |
53 EXCEPTIONS:=$(NO_EXCEPTIONS) |
62 EXCEPTIONS:=$(NO_EXCEPTIONS) |