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.
 
 
 
 
 
 

20 lines
407 B

WDMROOT=$(BASEDIR)\private\ntos\dd\wdm
TARGETNAME=unasm
TARGETTYPE=LIBRARY
TARGETPATH=obj
DRIVERTYPE=WDM
USE_MAPSYM=1
INCLUDES=$(BASEDIR)\private\ntos\inc; \
$(WDMROOT)\acpi\driver\inc; \
$(WDMROOT)\acpi\tools\inc;
SOURCES=data.c \
function.c \
parser.c \
scope.c \
stack.c \
ustring.c