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.
 
 
 
 
 
 

37 lines
572 B

MAJORCOMP=windows
MINORCOMP=base
TARGETNAME=verifier
TARGETPATH=obj
TARGETTYPE=DYNLINK
MISCFILES=verifier.dll.sld
DLLDEF=$(O)\verifier.def
MSC_WARNING_LEVEL=/W3 /WX
LINKLIBS=$(SDK_LIB_PATH)\ntdll.lib \
DLLENTRY=DllMain
USE_NTDLL=1
NT_UP=0
PRECOMPILED_INCLUDE=pch.h
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
SOURCES= \
verifier.c \
thread.c \
critsect.c \
vspace.c \
support.c \
handle.c \
heap.c \
settings.c \
tls.c \
verifier.rc \
UMTYPE=console