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.
 
 
 
 
 
 

29 lines
429 B

!IF 0
Copyright (c) 1989-2001 Microsoft Corporation
Module Name:
sources.
!ENDIF
TARGETNAME=ntsdexts
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib
USE_MSVCRT=1
INCLUDES=$(PROJECT_ROOT)\ntos\inc
MSC_WARNING_LEVEL=/W3 /WX
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
SOURCES=ntsdexts.c \
ext.cpp \
ntsdexts.rc
UMTYPE=console