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.
 
 
 
 
 
 

32 lines
587 B

MAJORCOMP=base
MINORCOMP=fsdump
TARGETNAME=fsdumplib
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=..\inc
!include ..\fsdump.mk
C_DEFINES= -DNT -DWIN32 -DWINNT -D_MT -DUNICODE -D_UNICODE
SOURCES= \
bsstring.cpp \
engine.cpp \
params.cpp \
direntrs.cpp \
extattr.cpp \
volstate.cpp \
exclproc.cpp \
match.cpp \
hardlink.cpp \
bsfixalloc.cpp
USE_NATIVE_EH=1
USE_MSVCRT=1
MSC_WARNING_LEVEL=/W3 /WX
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_OBJ=precomp.obj