Changeset 7393 for branches/splittup/src


Ignore:
Timestamp:
Nov 19, 2001, 4:17:48 AM (24 years ago)
Author:
bird
Message:

Release: Ignore EDC0435, EDC0137 and szFileId warnings.

File:
1 edited

Legend:

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

    r7128 r7393  
    1 # $Id: win32k.tools.mk,v 1.10.2.5 2001-10-19 02:07:59 bird Exp $
     1# $Id: win32k.tools.mk,v 1.10.2.6 2001-11-19 03:17:48 bird Exp $
    22
    33#
     
    3131#
    3232CC16        = $(WIN32KBIN)\clfix.exe $(MSCPATH)\binp\cl.exe
     33!ifdef DEBUG
    3334CC          = $(WIN32KBIN)\ignore.exe -EDC0506 icc
    3435CCPP        = icc
     36!else
     37CC          = $(WIN32KBIN)\ignore.exe -EDC0506 -EDC0435 -EDC0137 -szFileId icc
     38CCPP        = $(WIN32KBIN)\ignore.exe -EDC0435 -EDC0137 -szFileId icc
     39!endif
    3540LD          = ilink
    3641ILIB        = ilib /nobackup /nologo
Note: See TracChangeset for help on using the changeset viewer.