sbsv2/raptor/lib/flm/e32abiv2exexp.flm
branchwip
changeset 368 113d720d5a6c
parent 367 28419e56ee8a
equal deleted inserted replaced
367:28419e56ee8a 368:113d720d5a6c
    28 CANIGNORENONCALLABLE:=1
    28 CANIGNORENONCALLABLE:=1
    29 
    29 
    30 $(call vsave,CDEFS)
    30 $(call vsave,CDEFS)
    31 # Determine what kind of entrypoint option to set
    31 # Determine what kind of entrypoint option to set
    32 FIRSTLIB_OBJECTFILE=uc_exe_.o
    32 FIRSTLIB_OBJECTFILE=uc_exe_.o
       
    33 STATIC_RUNTIME_LIB:=$(USER_STATIC_RUNTIME_LIB)
    33 
    34 
    34 ifeq ($(FIRSTLIB),)
    35 ifeq ($(FIRSTLIB),)
    35 FIRSTLIB:=eexe.lib
    36 FIRSTLIB:=eexe.lib
    36 else
    37 else
    37 ifneq ($(findstring kc_exe,$(FIRSTLIB))$(findstring KC_EXE,$(FIRSTLIB)),)
    38 ifneq ($(findstring kc_exe,$(FIRSTLIB))$(findstring KC_EXE,$(FIRSTLIB)),)