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
493 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=memcard
  3. TARGETNAME=memcard
  4. TARGETPATH=obj
  5. TARGETTYPE=DRIVER
  6. MSC_WARNING_LEVEL=/W3 /WX
  7. INCLUDES=$(BASEDIR)\private\ntos\inc
  8. SOURCES= \
  9. memcard.rc \
  10. debug.c \
  11. io.c \
  12. ioctl.c \
  13. memcard.c \
  14. mtd.c \
  15. pnp.c \
  16. power.c \
  17. utils.c
  18. PRECOMPILED_INCLUDE=pch.h
  19. PRECOMPILED_PCH=pch.pch
  20. PRECOMPILED_OBJ=pch.obj