NT4/private/ntos/cntfs/sources.inc
2020-09-30 17:12:29 +02:00

90 lines
1.7 KiB
PHP

!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
MAJORCOMP=ntos
MINORCOMP=ntfs
TARGETNAME=ntfs
TARGETTYPE=DRIVER
INCLUDES=..;..\..\inc
NTPROFILEINPUT=yes
C_DEFINES=$(C_DEFINES) -DNTFS_ALLOW_COMPRESSED -D_NTDRIVER_
!IFDEF BUILD_FOR_3_51
C_DEFINES= $(C_DEFINES) -D_NTIFS_
!ENDIF
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=..\AllocSup.c \
..\AttrData.c \
..\AttrSup.c \
..\BitmpSup.c \
..\CacheSup.c \
..\CheckSup.c \
..\Cleanup.c \
..\Close.c \
..\ColatSup.c \
..\Create.c \
..\DevCtrl.c \
..\DevIoSup.c \
..\DirCtrl.c \
..\Ea.c \
..\FileInfo.c \
..\FilObSup.c \
..\Flush.c \
..\FsCtrl.c \
..\FspDisp.c \
..\FstIoSup.c \
..\IndexSup.c \
..\LockCtrl.c \
..\LogSup.c \
..\McbSup.c \
..\MftSup.c \
..\NameSup.c \
..\Ntfs.rc \
..\NtfsData.c \
..\NtfsInit.c \
..\PrefxSup.c \
..\Read.c \
..\ResrcSup.c \
..\RestrSup.c \
..\SecurSup.c \
..\SeInfo.c \
..\Shutdown.c \
..\StrucSup.c \
..\VerfySup.c \
..\VolInfo.c \
..\WorkQue.c \
..\Write.c
PRECOMPILED_INCLUDE=..\ntfsproc.h
PRECOMPILED_PCH=ntfsproc.pch
PRECOMPILED_OBJ=ntfsproc.obj