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". |
37 |
37 |
38 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib |
38 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib |
39 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB) |
39 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB) |
40 CANIGNORENONCALLABLE:=1 |
40 CANIGNORENONCALLABLE:=1 |
41 |
41 |
|
42 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file |
|
43 ifneq ($(DEFFILEKEYWORD),) |
|
44 POSTLINKDEFFILE:=$(DEFFILE) |
|
45 SUPPORT_FREEZE:=1 |
|
46 ifeq ($(NOEXPORTLIBRARY),) |
|
47 IMPORTLIBRARYREQUIRED:=1 |
|
48 endif |
|
49 endif |
|
50 |
42 UID2:=10003b22 |
51 UID2:=10003b22 |
43 |
52 |
44 |
53 |
45 # We are appending to CDEFS but we don't want this to affect |
54 # We are appending to CDEFS but we don't want this to affect |
46 # other invocations so we are going to save it on a stack |
55 # other invocations so we are going to save it on a stack |