- Timestamp:
- May 15, 2001, 11:38:21 PM (24 years ago)
- 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:39bird Exp $1 # $Id: win32k.tools.mk,v 1.9 2001-05-15 21:38:21 bird Exp $ 2 2 3 3 # … … 40 40 41 41 !ifndef DEBUG 42 CFLAGS16 = -c -W 3-Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Ogeitln -Gs42 CFLAGS16 = -c -W0 -Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Ogeitln -Gs 43 43 CFLAGS = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -Ti+ -G4 -Oc+ 44 44 CPPFLAGS = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft- -Gx+ -Ti+ -G4 -Oc+ 45 45 LFLAGS = /nologo /MAP /NOI /NOE /NOD /A:16 /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG 46 46 !else 47 CFLAGS16 = -c -W 3-Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Zi -Owis47 CFLAGS16 = -c -W0 -Asfw /NTCODE16 /NDDATA16 -G2s -Zp -Zl -nologo -Zi -Owis 48 48 CFLAGS = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -Ti+ -Oc+ -Os- 49 49 CPPFLAGS = -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.