Changeset 5716 for trunk/src


Ignore:
Timestamp:
May 15, 2001, 11:38:21 PM (24 years ago)
Author:
bird
Message:

Diabled warnings for MSC. Achim said that fixed internal compiler errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/win32k.tools.mk

    r5297 r5716  
    1 # $Id: win32k.tools.mk,v 1.8 2001-03-11 16:46:39 bird Exp $
     1# $Id: win32k.tools.mk,v 1.9 2001-05-15 21:38:21 bird Exp $
    22
    33#
     
    4040
    4141!ifndef DEBUG
    42 CFLAGS16    = -c -W3 -Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Ogeitln -Gs
     42CFLAGS16    = -c -W0 -Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Ogeitln -Gs
    4343CFLAGS      = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -Ti+ -G4 -Oc+
    4444CPPFLAGS    = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-        -Gx+ -Ti+ -G4 -Oc+
    4545LFLAGS      = /nologo /MAP /NOI /NOE /NOD /A:16 /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
    4646!else
    47 CFLAGS16    = -c -W3 -Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Zi -Owis
     47CFLAGS16    = -c -W0 -Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Zi -Owis
    4848CFLAGS      = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -Ti+ -Oc+ -Os-
    4949CPPFLAGS    = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-        -Gx+ -Ti+ -Oc+ -Os-
Note: See TracChangeset for help on using the changeset viewer.