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.

29 lines
485 B

  1. !include ..\utils.mk
  2. # component
  3. MINORCOMP=common
  4. # target
  5. TARGETNAME=memdb
  6. TARGETTYPE=LIBRARY
  7. # compiler options
  8. SOURCES=\
  9. memdb.c \
  10. memdbfile.c \
  11. memdbutil.c \
  12. bintree.c \
  13. hash.c \
  14. keystruct.c \
  15. keydata.c \
  16. keyfind.c \
  17. database.c \
  18. offsetbuf.c \
  19. pastring.c \
  20. # pre-compiled header
  21. PRECOMPILED_OPTION=/Yupch.h /Fp..\pch\$(O)\pch.pch
  22. PRECOMPILED_TARGET=..\pch\$(O)\pch.pch