Changeset 16962


Ignore:
Timestamp:
Jul 30, 2001, 1:28:11 AM (24 years ago)
Author:
bird
Message:

Force scanning of all files if -a is specified to nmake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/odin32.tools.mk

    r15458 r16962  
    1 # $Id: odin32.tools.mk,v 1.4 2001-01-08 22:51:51 bird Exp $
     1# $Id: odin32.tools.mk,v 1.5 2001-07-29 23:28:11 bird Exp $
    22
    33#
     
    4444DOWITHDIRS  = $(ODIN32_TOOLS)\dowithdirs.cmd
    4545IMPDEF      = $(ODIN32_TOOLS)\impdef.exe
    46 DEPEND      = $(ODIN32_TOOLS)\fastdep.exe -o$$(OBJDIR) -cy+
    4746CREATEPATH  = $(ODIN32_TOOLS)\CreatePath.cmd
    4847EXECEXCL    = $(ODIN32_TOOLS)\ExecExcl.cmd
    4948BLDLEVELINF = $(ODIN32_TOOLS)\BldLevelInf.cmd
    5049LXLITE      = $(ODIN32_TOOLS)\lxlite.exe
     50DEPEND      = $(ODIN32_TOOLS)\fastdep.exe -o$$(OBJDIR) -cy+
     51!ifdef MAKEFLAGS
     52!if "$(MAKEVER)" != "5.0"
     53!if "$(MAKEFLAGS:A=z)" != "$(MAKEFLAGS)"
     54DEPEND      = $(ODIN32_TOOLS)\fastdep.exe -o$$(OBJDIR) -cy+ -F+
     55!endif
     56!else
     57!if "$(MAKEFLAGS:a=z)" != "$(MAKEFLAGS)"
     58DEPEND      = $(ODIN32_TOOLS)\fastdep.exe -o$$(OBJDIR) -cy+ -F+
     59!endif
     60!endif
     61!endif
    5162
    5263
Note: See TracChangeset for help on using the changeset viewer.