Ignore:
Timestamp:
Aug 27, 2002, 4:59:42 AM (23 years ago)
Author:
bird
Message:

Odin32 resource files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.forwarder.mak

    r9127 r9134  
    1 # $Id: process.forwarder.mak,v 1.11 2002-08-24 22:31:24 bird Exp $
     1# $Id: process.forwarder.mak,v 1.12 2002-08-27 02:59:42 bird Exp $
    22
    33#
     
    6565
    6666.SUFFIXES:
    67 .SUFFIXES: .c .cpp .orc .asm .$(EXT_OBJ) .rc .$(EXT_RES) .ii .s
     67.SUFFIXES: .c .cpp .asm .$(EXT_OBJ) .rc .$(EXT_RES) .ii .s
    6868
    6969
     
    168168
    169169
    170 # Compiling Odin32 resources.
    171 .orc{$(PATH_TARGET)}.obj:
    172     \
    173 !ifndef BUILD_VERBOSE
    174     @ \
    175 !endif
    176     $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
    177 
    178 .orc.obj:
    179     \
    180 !ifndef BUILD_VERBOSE
    181     @ \
    182 !endif
    183     $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
    184170
    185171
     
    195181# Generic forwarder
    196182# -----------------------------------------------------------------------------
    197 build rebuild needed lib executable miscellaneous \
     183build rebuild clean dep needed lib executable miscellaneous \
    198184!if "$(TARGET_MODE)" == "DEPEND"
    199185$(TARGET) \
     
    201187$(TARGET_ILIB) \
    202188$(RULES_FORWARD) \
    203 testcase target:
     189install testcase nothing target:
    204190    \
    205191!ifndef BUILD_VERBOSE
     
    209195    echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \
    210196!endif
    211     $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
    212 
    213 
    214 
    215 # -----------------------------------------------------------------------------
    216 # Generic forwarder - No dependencies.
    217 # -----------------------------------------------------------------------------
    218 clean dep publish publish_target nothing:
    219     \
    220 !ifndef BUILD_VERBOSE
    221     @ \
    222 !endif
    223     echo . && \
    224 !ifndef _BUILD_PROJECT # workarounds for buggy SET implementation in NMAKE.
    225     SET _BUILD_PROJECT=$(BUILD_PROJECT) && \
    226 !endif
    227     SET NODEP=1 && \
    228197    $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
    229198
Note: See TracChangeset for help on using the changeset viewer.