Changeset 7055 for branches/splittup/src


Ignore:
Timestamp:
Oct 15, 2001, 12:57:31 AM (24 years ago)
Author:
bird
Message:

ignore.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/win32k.mak

    r6843 r7055  
    1 # $Id: win32k.mak,v 1.13.2.2 2001-09-27 03:27:18 bird Exp $
     1# $Id: win32k.mak,v 1.13.2.3 2001-10-14 22:57:31 bird Exp $
    22
    33#
     
    9393
    9494$(WIN32KBIN)\$(NAME).sys:   $(WIN32KBIN)\clfix.exe \
     95                            $(WIN32KBIN)\ignore.exe \
    9596                            $(WIN32KINCLUDE)\options.inc \
    9697                            $(WIN32KINCLUDE)\api.inc \
     
    216217    $(CP) $(WIN32KBIN)\$@ $@
    217218$(WIN32KBIN)\$(NAME)tst.exe:    clfix.exe \
     219                                ignore.exe \
    218220                                Test\TstFakers.c \
    219221                                $(NAME)tst.def \
     
    363365    icc -Q+ -Ti+ -Fe$@ -Fo$(WIN32KOBJ)\$(*B).obj $**
    364366
     367#
     368# Ignore utility used to ignore output from icc and linker.
     369#
     370$(WIN32KBIN)\ignore.exe: kKrnlLib\tools\ignore.c
     371    icc -Q+ -Ti+ -Fe$@ -Fo$(WIN32KOBJ)\$(*B).obj $**
     372
    365373
    366374#
Note: See TracChangeset for help on using the changeset viewer.