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.
 
 
 
 
 
 

34 lines
615 B

!IF 0
Copyright (C) Microsoft Corporation, 1997 - 1999
Module Name:
sources.
!ENDIF
MAJORCOMP=ntos
MINORCOMP=dd
TARGETNAME=hbatest
TARGETPATH=obj
TARGETTYPE=DRIVER
TARGETLIBS= \
$(DDK_LIB_PATH)\wmilib.lib \
$(DDK_LIB_PATH)\ntoskrnl.lib
MSC_WARNING_LEVEL=/W3 /WX
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DDEBUG_LEVEL=DEBUGLVL_TERSE
LINKER_FLAGS =$(LINKER_FLAGS) -map -merge:PAGECONST=PAGE
INCLUDES=.;..\inc;$(BASE_INC_PATH);$(DDK_INC_PATH);$(SDK_INC_PATH)
SOURCES=\
test.rc \
filter.c \
pnp.c \
power.c \
util.c \
test.c