admin
base
basedrv
boot
busdrv
cluster
cmd
crts
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
cdfs
clfs
dfs
efs
fastfat
fltsamples
hsm
lfs
mailslot
mup
npfs
ntfs
rdr2
bowser
csc
drt
inc
rdbss
cairo
copysup.nt
dav.mrx
daytona
ifs.mrx
ifskit.mrx
nulmrx
smbmrx
dll
exe
sys
3connect.c
devfcb.c
downlvli.c
downlvlo.c
ea.c
fileinfo.c
fsctl.c
init.c
locks.c
makefile
midatlas.c
midatlas.h
mm.c
mrxglbl.h
mrxprocs.h
netroot.c
openclos.c
precomp.h
read.c
recursvc.c
recursvc.h
rename.c
sessetup.c
smbadmin.c
smbadmin.h
smbcaps.h
smbce.h
smbcedb.c
smbcedb.h
smbcedbp.h
smbcemid.c
smbea.h
smbmrx.h
smbmrx.rc
smbmrx.src
smbpoolt.h
smbprocs.h
smbpse.c
smbpse.h
smbutils.c
smbutils.h
smbxchng.c
smbxchng.h
sndrcv.c
sources
sources.inc
srvcall.c
stuffer.c
stuffer.h
transact.c
transact.h
transprt.c
transprt.h
vcsndrcv.c
vcsndrcv.h
vcsndrcv.ori
vnrcntxt.c
wmlkm.c
wmlkm.h
write.c
dirs
readme.htm
dirs
local_nt.mrx
monolithic
obsolete
proxy.mrx
smb.mrx
wrapper.sav
backpack.c
cachesup.c
cancel.c
cleanup.c
close.c
create.c
devctrl.c
dirctrl.c
dirs
drventry.c
ea.c
fileinfo.c
flush.c
fsctrl.c
ifsrules.txt
lockctrl.c
master.src
minirdr.c
ntdevfcb.c
ntdisp.h
ntdspvec.h
nterrlog.c
ntexcept.c
ntfastio.c
ntfsd.c
ntfsp.c
ntinit.c
oal.sed
openclos.txt
precomp.h
rdbss.rc
rdbss.src
read.c
strtstop.c
volinfo.c
write.c
rdr2kd
rxce
setup
smbrdr
wmi
checkin.sed
cue.pri
cuepri.sav
daytona.src
dirs
empty.bat
rdbss.ci
test1
remotefs
sis
smbtrsup
srv
udfs
utils
dirs
extensions.doc
fsrec
hals
headless
inc
mspatch
mvdm
ntdll
ntdllsym
ntos
ntsetup
pnp
published
qfe
remoteboot
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
45 lines
907 B
Plaintext
45 lines
907 B
Plaintext
!IF 0
|
||
|
||
Copyright (c) 1989 - 1999 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.
|
||
|
||
|
||
!ENDIF
|
||
|
||
!include sources.inc
|
||
|
||
!IF $(MONOLITHIC_MINIRDR)
|
||
# @@BEGIN_DDKSPLIT
|
||
!IF 0
|
||
# @@END_DDKSPLIT
|
||
|
||
TARGETLIBS= $(TARGETLIBS) \
|
||
$(DDK_LIB_PATH)\rxce.lib \
|
||
$(DDK_LIB_PATH)\tdi.lib \
|
||
$(DDK_LIB_PATH)\copysup.lib
|
||
|
||
# @@BEGIN_DDKSPLIT
|
||
!ENDIF
|
||
|
||
TARGETLIBS= $(TARGETLIBS) \
|
||
$(RDR2)\rxce\daytona\obj\*\rxce.lib \
|
||
$(DDK_LIB_PATH)\tdi.lib \
|
||
$(RDR2)\rdbss\copysup.nt\daytona\$(O)\copysup.lib
|
||
|
||
# @@END_DDKSPLIT
|
||
!ENDIF
|
||
|
||
SOURCES= $(MOST_SOURCES) \
|
||
smbmrx.rc
|
||
|
||
|