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