equal
deleted
inserted
replaced
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) |
|
34 |
33 |
35 ifeq ($(FIRSTLIB),) |
34 ifeq ($(FIRSTLIB),) |
36 FIRSTLIB:=eexe.lib |
35 FIRSTLIB:=eexe.lib |
37 else |
36 else |
38 ifneq ($(findstring kc_exe,$(FIRSTLIB))$(findstring KC_EXE,$(FIRSTLIB)),) |
37 ifneq ($(findstring kc_exe,$(FIRSTLIB))$(findstring KC_EXE,$(FIRSTLIB)),) |