Ignore:
Timestamp:
Nov 14, 2003, 11:02:33 PM (22 years ago)
Author:
bird
Message:

POST linking/stripping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r10155 r10324  
    1 # $Id: process.mak,v 1.37 2003-06-30 13:19:49 bird Exp $
     1# $Id: process.mak,v 1.38 2003-11-14 22:02:33 bird Exp $
    22#
    33# Generic Buildsystem
     
    966966        -x$(TARGET_NO_DEP: =;)\
    967967! endif
    968         @<<
     968        @<<$(TARGET_DEPEND).rsp
    969969$(TOOL_DEP_FLAGS)
    970970-o$$(PATH_TARGET)
     
    981981-srcadd IPP:$$(MAKE_INCLUDE_CX_OPT)
    982982$(TOOL_DEP_FILES)
    983 <<
     983<<KEEP
     984!ifdef BUILD_VERBOSE
     985        @type $(TARGET_DEPEND).rsp
     986!endif
    984987!ifdef BUILD_VERBOSE2
    985988    $(ECHO) Dependcy file: $(CLRRST)
     
    14881491    $(LINK_CMD_VDD)
    14891492!endif
     1493!if "$(TARGET_POSTLINKING_CMD)" != ""
     1494        @$(ECHO) Executing custom postlinking step...$(CLRRST)
     1495        $(TARGET_POSTLINKING_CMD)
     1496!endif
    14901497!if "$(TARGET_RES)" != "" && "$(RL)" != ""
    14911498    @$(ECHO) Linking Resources $(CLRRST)
     
    15241531    $(TOOL_STRIP) $@
    15251532! endif
     1533!endif
     1534!if "$(TARGET_POSTSTRIP_CMD)" != ""
     1535        @$(ECHO) Executing custom poststrip step...$(CLRRST)
     1536        $(TARGET_POSTSTRIP_CMD)
    15261537!endif
    15271538
Note: See TracChangeset for help on using the changeset viewer.