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.

34 lines
597 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. log.c \
  14. growbuf.c \
  15. growlist.c \
  16. poolmem.c \
  17. hash.c \
  18. basefile.c \
  19. version.c \
  20. exclist.c \
  21. blobs.c \
  22. objstr.c \
  23. wnd.c \
  24. # precompiled header options (x86-only)
  25. PRECOMPILED_OPTION=/Yupch.h /Fp..\pch\obj\*\pch.pch
  26. PRECOMPILED_TARGET=..\pch\obj\*\pch.pch