Changeset 9281 for trunk/make


Ignore:
Timestamp:
Sep 20, 2002, 6:35:45 AM (23 years ago)
Author:
bird
Message:

Corrected dependencies for IPF/IPP files and ORC.

Location:
trunk/make
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r9280 r9281  
    1 # $Id: process.mak,v 1.33 2002-09-20 04:24:05 bird Exp $
     1# $Id: process.mak,v 1.34 2002-09-20 04:35:45 bird Exp $
    22#
    33# Generic Buildsystem
     
    973973-srcadd CX:$$(MAKE_INCLUDE_SETUP)
    974974-srcadd CX:$$(MAKE_INCLUDE_CX_OPT)
     975-srcadd IPF:$$(MAKE_INCLUDE_IPFC)
     976-srcadd IPP:$$(MAKE_INCLUDE_IPFC)
     977-srcadd IPP:$$(MAKE_INCLUDE_SETUP)
     978-srcadd IPP:$$(MAKE_INCLUDE_CX_OPT)
    975979$(TOOL_DEP_FILES)
    976980<<
     981!ifdef BUILD_VERBOSE2
     982    $(ECHO) Dependcy file: $(CLRRST)
     983    @type $(TARGET_DEPEND)
     984!endif
    977985!endif
    978986!ifdef SUBDIRS_DEP
  • trunk/make/setup.os2allipfc.mk

    r9278 r9281  
    1 # $Id: setup.os2allipfc.mk,v 1.1 2002-09-20 04:10:03 bird Exp $
     1# $Id: setup.os2allipfc.mk,v 1.2 2002-09-20 04:35:45 bird Exp $
     2
     3MAKE_INCLUDE_IPFC = $(PATH_MAKE)\setup.os2allipfc.mk
    24
    35#
  • trunk/make/setup.tools.mk

    r9276 r9281  
    1 # $Id: setup.tools.mk,v 1.17 2002-09-20 03:40:15 bird Exp $
     1# $Id: setup.tools.mk,v 1.18 2002-09-20 04:35:45 bird Exp $
    22
    33
     
    4545TOOL_CREATEPATH = $(PATH_TOOLS)\CreatePath.cmd
    4646TOOL_DEP        = $(PATH_TOOLS)\fastdep.exe
    47 TOOL_DEP_FILES  = *.c *.cpp *.asm *.h *.rc *.dlg *.orc *.inc *.ipf
     47TOOL_DEP_FILES  = *.c *.cpp *.asm *.h *.rc *.dlg *.inc -r$(EXT_OBJ) *.orc *.ipf -obr- *.ipp
    4848TOOL_DEP_FLAGS  = $(CC_INCLUDES) $(CXX_INCLUDES) $(AS_INCLUDES) $(ALL_INCLUDES) -i$(PATH_INCLUDES:;= -i)
    4949TOOL_DLLRNAME   = dllrname /q
Note: See TracChangeset for help on using the changeset viewer.