Changeset 7056 for branches


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

Use ignore.exe to ignore EDC0506 (SSToDS warning).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/win32k.tools.mk

    r6844 r7056  
    1 # $Id: win32k.tools.mk,v 1.10.2.2 2001-09-27 03:27:43 bird Exp $
     1# $Id: win32k.tools.mk,v 1.10.2.3 2001-10-14 22:58:12 bird Exp $
    22
    33#
     
    3131#
    3232CC16        = $(WIN32KBIN)\clfix.exe $(MSCPATH)\binp\cl.exe
    33 CC          = icc
     33CC          = $(WIN32KBIN)\ignore.exe -EDC0506 icc
    3434CCPP        = icc
    3535LD          = ilink
Note: See TracChangeset for help on using the changeset viewer.