Leaked source code of windows server 2003
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.
 
 
 
 
 
 

41 lines
947 B

MAJORCOMP=sr
MINORCOMP=kernel
TARGETNAME=sr
TARGETPATH=obj
TARGETTYPE=DRIVER
DRIVERTYPE=FS
USE_MAPSYM=1
NT_UP=0
INCLUDES=..\inc
C_DEFINES=$(C_DEFINES) -D__FILELIST_STRUCTS__
PRECOMPILED_INCLUDE=precomp.h
SOURCES=srmsg.mc \
config.c \
context.c \
control.c \
copyfile.c \
dispatch.c \
event.c \
fastio.c \
filelist.c \
filenames.c \
hash.c \
init.c \
notify.c \
lookup.c \
lock.c \
setInformation.c \
srlog.c \
srio.c \
verifyBlob.c \
sr.rc
# turn off optimizations for debug builds. it makes debugging a real pain.
!if !$(FREEBUILD)
MSC_OPTIMIZATION=/Od
!endif