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.
 
 
 
 
 
 

25 lines
413 B

TARGETNAME=hidir
TARGETTYPE=DRIVER
TARGETPATH=obj
TARGETLIBS=$(DDK_LIB_PATH)\hidclass.lib \
$(DDK_LIB_PATH)\hidparse.lib
C_DEFINES=-DPNP_POWER -DUNICODE
USE_MAPSYM=1
INCLUDES=..\inc;
SOURCES=pnp.c \
dbg.c \
power.c \
hidir.c \
ioctl.c \
hid.c \
sysctrl.c \
hidir.rc
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj