Files
admin
base
basedrv
boot
busdrv
cluster
cmd
crts
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
cdfs
allocsup.c
cachesup.c
cd.h
cddata.c
cddata.h
cdfs.rc
cdinit.c
cdprocs.h
cdstruc.h
cleanup.c
close.c
create.c
devctrl.c
deviosup.c
dirctrl.c
dirsup.c
fieldoff.c
fileinfo.c
filobsup.c
fsctrl.c
fspdisp.c
lockctrl.c
makefile
namesup.c
nodetype.h
pathsup.c
pnp.c
prefxsup.c
read.c
resrcsup.c
sources
strucsup.c
verfysup.c
volinfo.c
workque.c
clfs
dfs
efs
fastfat
fltsamples
hsm
lfs
mailslot
mup
npfs
ntfs
rdr2
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
WindowsXP/base/fs/cdfs/makefile
2025-04-27 07:49:33 -04:00

24 lines
608 B
Makefile

!IF 0
Copyright (C) Microsoft Corporation, 1999 - 2002
Module Name:
makefile.
Notes:
DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
file to this component. This file merely indirects to the real make file
that is shared by all the components of Windows NT (DDK)
!ENDIF
!if "$(DDK_TARGET_OS)"=="Win2K"
!message This sample is not intended to target the Windows 2000 platform.
!elseif "$(DDK_TARGET_OS)"=="WinNET"
!message This sample is not intended to target the Windows .NET platform.
!else
!INCLUDE $(NTMAKEENV)\makefile.def
!endif