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". |
33 |
33 |
34 ifeq ("$(NEED_ENTRYPOINT_LIBRARY)","True") |
34 ifeq ("$(NEED_ENTRYPOINT_LIBRARY)","True") |
35 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_SETTING) $(LINKER_ENTRYPOINT_LIBDEP) |
35 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_SETTING) $(LINKER_ENTRYPOINT_LIBDEP) |
36 endif |
36 endif |
37 |
37 |
38 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB) |
38 ifeq ($(EPOCNESTEDEXCEPTIONS),) |
|
39 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB) |
|
40 else |
|
41 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB_NESTED_EXCEPTIONS) |
|
42 endif |
|
43 |
39 NAMEDSYMLKUP:=1 |
44 NAMEDSYMLKUP:=1 |
40 LIBRARY:=$(LIBRARY) euser.dso |
45 LIBRARY:=$(LIBRARY) euser.dso |
41 |
46 |
42 $(call vsave,CDEFS SYSTEMINCLUDE STATICLIBRARY) |
47 $(call vsave,CDEFS SYSTEMINCLUDE STATICLIBRARY) |
43 |
48 |