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.

33 lines
573 B

  1. !include ..\utils.mk
  2. # component
  3. MINORCOMP=common
  4. # target
  5. TARGETNAME=utils
  6. TARGETTYPE=LIBRARY
  7. SOURCES=\
  8. main.c \
  9. dbgtrack.c \
  10. basemem.c \
  11. unicode.c \
  12. strings.c \
  13. growbuf.c \
  14. growlist.c \
  15. poolmem.c \
  16. hash.c \
  17. basefile.c \
  18. exclist.c \
  19. blobs.c \
  20. objstr.c \
  21. wnd.c \
  22. strmap.c \
  23. # precompiled header options (x86-only)
  24. PRECOMPILED_OPTION=/Yupch.h /Fp..\pch\$(O)\pch.pch
  25. PRECOMPILED_TARGET=..\pch\$(O)\pch.pch