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". |
36 |
36 |
37 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib |
37 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib |
38 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB) |
38 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB) |
39 CANIGNORENONCALLABLE:=1 |
39 CANIGNORENONCALLABLE:=1 |
40 |
40 |
|
41 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file |
|
42 ifneq ($(DEFFILEKEYWORD),) |
|
43 POSTLINKDEFFILE:=$(DEFFILE) |
|
44 SUPPORT_FREEZE:=1 |
|
45 ifeq ($(NOEXPORTLIBRARY),) |
|
46 IMPORTLIBRARYREQUIRED:=1 |
|
47 endif |
|
48 endif |
|
49 |
41 RESOURCEPATH:=System/Notifiers |
50 RESOURCEPATH:=System/Notifiers |
42 UID2:=101fe38b |
51 UID2:=101fe38b |
43 POSTLINKDEFFILE:=$(DEFFILE) |
52 POSTLINKDEFFILE:=$(DEFFILE) |
44 SUPPORT_FREEZE:=1 |
53 SUPPORT_FREEZE:=1 |
45 |
54 |