sbsv2/raptor/lib/flm/e32abiv2stddll.flm
changeset 616 24e4ef208cca
parent 590 360bd6b35136
child 625 a1925fb7753a
equal deleted inserted replaced
613:839712f5a78c 616:24e4ef208cca
     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 endif
    37 endif
    38 
    38 
    39 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    39 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    40 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    40 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    41 LIBRARY:=$(LIBRARY) euser.dso
    41 LIBRARY:=$(LIBRARY) euser.dso
       
    42 LIBRARY_DEBUG:=$(LIBRARY_DEBUG) euser.dso
    42 
    43 
    43 
    44 
    44 # Default Postlinker settings
    45 # Default Postlinker settings
    45 CANHAVEEXPORTS:=1
    46 CANHAVEEXPORTS:=1
    46 POSTLINKTARGETTYPE:=STDDLL
    47 POSTLINKTARGETTYPE:=STDDLL
    56 $(call vsave,CDEFS SYSTEMINCLUDE)
    57 $(call vsave,CDEFS SYSTEMINCLUDE)
    57 
    58 
    58 #compile options
    59 #compile options
    59 SYSTEMINCLUDE:=$(SYSTEMINCLUDE) $(EPOCROOT)/epoc32/include/stdapis
    60 SYSTEMINCLUDE:=$(SYSTEMINCLUDE) $(EPOCROOT)/epoc32/include/stdapis
    60 NOHIDEALL:=1
    61 NOHIDEALL:=1
    61 CDEFS:=$(CDEFS) __DLL__
    62 CDEFS:=$(CDEFS) __DLL__ __SYMBIAN_STDCPP_SUPPORT__
    62 
    63 
    63 include $(FLMHOME)/e32abiv2.flm
    64 include $(FLMHOME)/e32abiv2.flm
    64 $(call vrestore)
    65 $(call vrestore)
    65 
    66 
    66 else
    67 else