Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Copyright (c) Microsoft Corporation TARGETNAME=winbld TARGETPATH=obj TARGETTYPE=LIBRARY
SOURCES=winbld.c
MSC_OPTIMIZATION=/Od USER_C_FLAGS=/Zm500
# set not lean and mean to pick more windows includes NOT_LEAN_AND_MEAN=1
# Tell build.exe to block and wait for this directory to build before # continuing. The wh* thunk directories cannot be built until this # directory is completely finished. SYNCHRONIZE_BLOCK=1
#!include ..\sources.inc
PPMFILE=$(O)\winincs.ppm PPMFILE_PRIVATE=$(O)\winincs_private.ppm
NTTARGETFILE0= \ $(PPMFILE) \ $(PPMFILE_PRIVATE) \ $(O)\winincs.pp \ $(O)\winincs_private.pp \
# $(O)\winincs2.pp
|