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.
 
 
 
 
 
 

28 lines
501 B

TARGETNAME=usbuhci
TARGETTYPE=DRIVER
DRIVERTYPE=WDM
TARGETPATH=obj
TARGETLIBS=..\..\USBPORT\$(O)\usbport.lib
USE_MAPSYM=1
LINKER_FLAGS=$(LINKER_FLAGS) -debugtype:map
C_DEFINES=$(C_DEFINES)
INCLUDES=$(INCLUDES);..\..\INC
SOURCES= usbuhci.rc \
mpinit.c \
usbuhci.c \
roothub.c \
async.c \
isoch.c \
dbg.c \
bios.c \
int.c
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj