sbsv2/raptor/lib/flm/e32abiv2pdll.flm
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2009-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".
    26 POSTLINKDEFFILE:=$(DEFFILE)
    26 POSTLINKDEFFILE:=$(DEFFILE)
    27 SUPPORT_FREEZE:=1
    27 SUPPORT_FREEZE:=1
    28 
    28 
    29 # Default Linker settings for this target type
    29 # Default Linker settings for this target type
    30 LINKER_ENTRYPOINT_LIBDEP:=$(STATIC_RUNTIME_DIR)/edll.lib
    30 LINKER_ENTRYPOINT_LIBDEP:=$(STATIC_RUNTIME_DIR)/edll.lib
    31 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRY_OPTION)=_E32Dll $(LINKER_ENTRYPOINT_DECORATION)$(LINKER_SEPARATOR)$(call dblquote,$(STATIC_RUNTIME_DIR)/edll.lib$(LINKER_ENTRYPOINT_ADORNMENT))
    31 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_PREFIX)$(ENTRYPOINT) $(LINKER_ENTRYPOINT_DECORATION)$(LINKER_SEPARATOR)$(call dblquote,$(STATIC_RUNTIME_DIR)/edll.lib$(LINKER_ENTRYPOINT_ADORNMENT))
    32 
       
    33 ifeq ("$(NEED_ENTRYPOINT_LIBRARY)","True")
       
    34 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_SETTING) $(LINKER_ENTRYPOINT_LIBDEP)
       
    35 endif
       
    36 
    32 
    37 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    33 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    38 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    34 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    39 
    35 
    40 
    36