Ignore:
Timestamp:
Aug 24, 2002, 6:44:25 AM (23 years ago)
Author:
bird
Message:

Added .orc support (Odin32 resource files).

File:
1 edited

Legend:

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

    r9089 r9115  
    1 # $Id: process.forwarder.mak,v 1.9 2002-08-22 03:21:31 bird Exp $
     1# $Id: process.forwarder.mak,v 1.10 2002-08-24 04:44:25 bird Exp $
    22
    33#
     
    6565
    6666.SUFFIXES:
    67 .SUFFIXES: .c .cpp .asm .$(EXT_OBJ) .rc .$(EXT_RES) .ii .s
     67.SUFFIXES: .c .cpp .orc .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) $@
    170184
    171185
Note: See TracChangeset for help on using the changeset viewer.