sbsv2/raptor/lib/flm/e32abiv2kext.flm
changeset 625 a1925fb7753a
parent 590 360bd6b35136
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
     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".
    32 POSTLINKDEFFILE:=$(DEFFILE)
    32 POSTLINKDEFFILE:=$(DEFFILE)
    33 SUPPORT_FREEZE:=1
    33 SUPPORT_FREEZE:=1
    34 
    34 
    35 # Default Linker settings for this target type
    35 # Default Linker settings for this target type
    36 LINKER_ENTRYPOINT_LIBDEP:=$(STATIC_RUNTIME_DIR)/eext.lib
    36 LINKER_ENTRYPOINT_LIBDEP:=$(STATIC_RUNTIME_DIR)/eext.lib
    37 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRY_OPTION)=_E32Dll $(LINKER_ENTRYPOINT_DECORATION)$(LINKER_SEPARATOR)$(call dblquote,$(STATIC_RUNTIME_DIR)/eext.lib$(LINKER_ENTRYPOINT_ADORNMENT))
    37 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_PREFIX)$(ENTRYPOINT) $(LINKER_ENTRYPOINT_DECORATION)$(LINKER_SEPARATOR)$(call dblquote,$(STATIC_RUNTIME_DIR)/eext.lib$(LINKER_ENTRYPOINT_ADORNMENT))
    38 
       
    39 ifeq ("$(NEED_ENTRYPOINT_LIBRARY)","True")
       
    40 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_SETTING) $(LINKER_ENTRYPOINT_LIBDEP)
       
    41 endif
       
    42 
    38 
    43 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    39 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    44 STATIC_RUNTIME_LIB:=$(KERNEL_STATIC_RUNTIME_LIB)
    40 STATIC_RUNTIME_LIB:=$(KERNEL_STATIC_RUNTIME_LIB)
    45 RUNTIME_LIBS_LIST:=
    41 RUNTIME_LIBS_LIST:=
    46 CANIGNORENONCALLABLE:=1
    42 CANIGNORENONCALLABLE:=1