admin
base
basedrv
boot
busdrv
cluster
cmd
crts
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
fsrec
hals
headless
inc
mspatch
mvdm
ntdll
ntdllsym
ntos
ntsetup
pnp
published
qfe
remoteboot
screg
seaudit
strsafe
stublibs
subsys
testlockout
tools
bldrthnk
devctl
dmpobj
genxx
gs_support
instaler
kdexts2
kdlog
kernprof
kernprof.c
kernprof.rc
makefile
pooldump.c
sources
kernrate
ntsdexts
pperf
qsys
resmon
setupext
umdh
vadump
winerror
dirs
urtl
wdmdrv
wdmlib
win32
wmi
wow64
xip
zlib
dirs
prerelease.inc
project.mk
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
37 lines
743 B
Plaintext
37 lines
743 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=kernprof
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
USE_MSVCRT=1
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=kernprof.c kernprof.rc
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\setargv.obj \
|
|
$(SDK_LIB_PATH)\dbghelp.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|