Changeset 9046 for trunk/src


Ignore:
Timestamp:
Aug 20, 2002, 9:04:34 AM (23 years ago)
Author:
bird
Message:

BUILD_FORWARD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/src/MkCallTab.mak

    r9039 r9046  
    1 # $Id: MkCallTab.mak,v 1.8 2002-08-20 05:47:53 bird Exp $
     1# $Id: MkCallTab.mak,v 1.9 2002-08-20 07:04:34 bird Exp $
    22
    33#
     
    5050
    5151#
     52# Rules to automatically forward.
     53#
     54RULES_FORWARD = calltaba.asm kKrnlLib.def TstFakers.c tst
     55
     56
     57#
    5258# Process.
    5359#
    5460!include $(MAKE_INCLUDE_PROCESS)
    5561
     62
     63!if !$(BUILD_FORWARDING)
    5664#
    5765# Install duplicate...
     
    7886    $(PATH_TOOLS)\MkCallTab.exe tstfakers > $@
    7987
     88!endif # !BUILD_FORWARDING
Note: See TracChangeset for help on using the changeset viewer.