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.

26 lines
545 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=sffdisk
  3. TARGETNAME=sffdisk
  4. TARGETPATH=obj
  5. TARGETTYPE=DRIVER
  6. MSC_WARNING_LEVEL=/W3 /WX
  7. INCLUDES=$(BASE_INC_PATH)
  8. SOURCES= \
  9. sffdisk.rc \
  10. debug.c \
  11. ioctl.c \
  12. sffdisk.c \
  13. pccard.c \
  14. sdcard.c \
  15. pnp.c \
  16. power.c
  17. TARGETLIBS=$(DDK_LIB_PATH)\sdbus.lib
  18. PRECOMPILED_INCLUDE=pch.h
  19. PRECOMPILED_PCH=pch.pch
  20. PRECOMPILED_OBJ=pch.obj