sbsv2/raptor/lib/flm/e32abiv2pdl.flm
changeset 625 a1925fb7753a
parent 590 360bd6b35136
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
    26 DOPOSTLINK:=1
    26 DOPOSTLINK:=1
    27 AUTOEXPORTS:=_Z17NewPrinterDeviceLv,1;
    27 AUTOEXPORTS:=_Z17NewPrinterDeviceLv,1;
    28 
    28 
    29 # Determine what kind of entrypoint option to set
    29 # Determine what kind of entrypoint option to set
    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 
       
    37 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    32 LINKER_STUB_LIBRARY:=$(STATIC_RUNTIME_DIR)/edllstub.lib
    38 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    33 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    39 CANIGNORENONCALLABLE:=1
    34 CANIGNORENONCALLABLE:=1
    40 
    35 
    41 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file
    36 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file