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.

33 lines
622 B

  1. TARGETNAME = scutil
  2. TARGETTYPE = DRIVER_LIBRARY
  3. TARGETPATH = lib
  4. !if $(386)
  5. MSC_WARNING_LEVEL = -W3 -WX
  6. !else
  7. MSC_WARNING_LEVEL = -W3 -WX
  8. !endif
  9. C_DEFINES = -DDRIVER -DPOOL_TAGGING
  10. INCLUDES = ..\inc
  11. TARGETLIBS = $(DDK_LIB_PATH)\scutil.lib
  12. PRECOMPILED_INCLUDE = pch.h
  13. PRECOMPILED_PCH = pch.pch
  14. PRECOMPILED_OBJ = pch.obj
  15. SOURCES = scutil.c \
  16. locklist.c \
  17. irplist.c \
  18. pnp.c \
  19. power.c