Changeset 2794 for trunk/kBuild/tools


Ignore:
Timestamp:
Sep 16, 2015, 1:06:37 AM (10 years ago)
Author:
bird
Message:

VCC100*.kmk: Clear import library timestamps so we don't have to do any unnecessary relinking.

Location:
trunk/kBuild/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC100.kmk

    r2735 r2794  
    377377                $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    378378endif
     379        $(QUIET)$(TEST) -f $(outbase).lib -- $(KLIBTWEAKER) --clear-timstamps $(outbase).lib
    379380        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
    380381$(eval _DIRS += $(PATH_STAGE_LIB))
  • trunk/kBuild/tools/VCC100AMD64.kmk

    r2735 r2794  
    354354                $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    355355endif
     356        $(QUIET)$(TEST) -f $(outbase).lib -- $(KLIBTWEAKER) --clear-timstamps $(outbase).lib
    356357        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
    357358$(eval _DIRS += $(PATH_STAGE_LIB))
  • trunk/kBuild/tools/VCC100X86.kmk

    r2735 r2794  
    355355                $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    356356endif
     357        $(QUIET)$(TEST) -f $(outbase).lib -- $(KLIBTWEAKER) --clear-timstamps $(outbase).lib
    357358        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
    358359$(eval _DIRS += $(PATH_STAGE_LIB))
Note: See TracChangeset for help on using the changeset viewer.