Changeset 7399 for trunk/src


Ignore:
Timestamp:
Nov 20, 2001, 4:41:29 AM (24 years ago)
Author:
bird
Message:

ignore.exe is needed for doing anything.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/Makefile

    r7381 r7399  
    1 # $Id: Makefile,v 1.20 2001-11-19 02:56:47 bird Exp $
     1# $Id: Makefile,v 1.21 2001-11-20 03:41:29 bird Exp $
    22
    33#
     
    3030#
    3131!if "$(DDKPATH)" != "" && "$(MSCPATH)" != ""  && "$(TOOLKIT)" != "" && "$(VACPATH)" != ""
    32 all:    $(WIN32KBIN)\ignore.exe \
    33         $(WIN32KBIN)\$(TARGET).sys \
     32all:    $(WIN32KBIN)\$(TARGET).sys \
    3433        $(ODIN32_BIN)\TRC00FD.TFF \
    3534        lib
     
    104103$(TARGET).sys: $(WIN32KBIN)\$(TARGET).sys
    105104
    106 $(WIN32KBIN)\$(TARGET).sys: $(WIN32KBIN)\clfix.exe \
    107                             $(WIN32KBIN)\ignore.exe \
     105$(WIN32KBIN)\$(TARGET).sys: $(WIN32KBIN)\ignore.exe \
     106                            $(WIN32KBIN)\clfix.exe \
    108107                            $(WIN32KINCLUDE)\options.inc \
    109108                            $(OBJS) \
Note: See TracChangeset for help on using the changeset viewer.