Leaked source code of windows server 2003
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
648 B

TARGETNAME = usbutil
TARGETTYPE = DRIVER_LIBRARY
TARGETPATH = lib
!if $(386)
MSC_WARNING_LEVEL = -W3 -WX
!else
MSC_WARNING_LEVEL = -W3 -WX
!endif
C_DEFINES = -DDRIVER -DPOOL_TAGGING
INCLUDES = ..\inc
TARGETLIBS = $(DDK_LIB_PATH)\usbutil.lib
PRECOMPILED_INCLUDE = pch.h
PRECOMPILED_PCH = pch.pch
PRECOMPILED_OBJ = pch.obj
SOURCES = intread.c \
usbutil.rc \
usbutil.c \
t.c