Source code of Windows XP (NT5)
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
561 B

C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
TARGETNAME=ntfskd
TARGETPATH=obj
TARGETTYPE=DYNLINK
PRECOMPILED_INCLUDE=pch.h
PRECOMPLIED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
USE_MSVCRT=1
USE_LIBCMT=1
INCLUDES=..\;\
$(PROJECT_ROOT)\ntos\inc;\
$(PROJECT_ROOT)\ntos\cache;\
$(PROJECT_ROOT)\fs\lfs
SOURCES=gentable.c \
ntfskd.rc \
ntfskd.c \
ntfskdapi.c \
kdext.c
UMTYPE=windows
DLLDEF=ntfskd.def
MSC_WARNING_LEVEL=/W3
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
DLLENTRY=_DllMainCRTStartup