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.

19 lines
289 B

  1. TARGETNAME=SerEnum
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. MSC_WARNING_LEVEL=-W3 -WX
  5. SOURCES= pnp.c \
  6. enum.c \
  7. serenum.rc \
  8. serenum.c \
  9. string.c \
  10. power.c \
  11. log.c
  12. PRECOMPILED_INCLUDE=pch.h
  13. PRECOMPILED_PCH=pch.pch
  14. PRECOMPILED_OBJ=pch.obj