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
admin
binaries
bootfloppy
cleanri
clearacl
data
imirror
newrb
osdisp
pin
rbinstal
rbsetup
rcc
cpuhold
inc
lib
net
client
testexe
makefile
rccclnt.c
rccclnt.def
rccclnt.rc
sources
server
dirs
serial
dirs
rigpsnap
riprep
screens
showacl
udplogin
dirs
screg
seaudit
strsafe
stublibs
subsys
testlockout
tools
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
52 lines
955 B
Plaintext
52 lines
955 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
|
|
|
|
$(SDK_LIB_PATH)\crtdll.lib \
|
|
!ENDIF
|
|
|
|
MAJORCOMP=remoteboot
|
|
MINORCOMP=rccclnt
|
|
|
|
TARGETNAME=rccclnt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=RCCClntInitDll
|
|
USE_MSVCRT=1
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
UMTYPE=console
|
|
|
|
LINKLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
SOURCES = \
|
|
rccclnt.c \
|
|
rccclnt.rc
|
|
|
|
|
|
|