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

  1. WDMROOT=$(BASEDIR)\private\ntos\dd\wdm
  2. TARGETNAME=unasm
  3. TARGETTYPE=LIBRARY
  4. TARGETPATH=obj
  5. DRIVERTYPE=WDM
  6. USE_MAPSYM=1
  7. INCLUDES=$(BASEDIR)\private\ntos\inc; \
  8. $(WDMROOT)\acpi\driver\inc; \
  9. $(WDMROOT)\acpi\tools\inc;
  10. SOURCES=data.c \
  11. function.c \
  12. parser.c \
  13. scope.c \
  14. stack.c \
  15. ustring.c