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.
42 lines
800 B
42 lines
800 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=ftdisk
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
INCLUDES=$(O)
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
|
|
|
|
INCLUDES=$(BASEDIR)\public\internal\base\inc
|
|
|
|
SOURCES= \
|
|
ftlog.mc \
|
|
ftdisk.rc \
|
|
ondisk.cxx \
|
|
ftdisk.cxx \
|
|
packet.cxx \
|
|
ftvol.cxx \
|
|
partitio.cxx \
|
|
composit.cxx \
|
|
volset.cxx \
|
|
stripe.cxx \
|
|
mirror.cxx \
|
|
overlap.cxx \
|
|
parity.cxx \
|
|
stripewp.cxx \
|
|
ftwmireg.cxx \
|
|
espprot.cxx \
|
|
redist.cxx
|