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.

32 lines
479 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=common
  4. # target
  5. TARGETNAME=memdb
  6. TARGETTYPE=LIBRARY
  7. # compiler options
  8. C_DEFINES=-DUNICODE $(C_DEFINES)
  9. # x86-specific sources
  10. I386_SOURCES=\
  11. memdb.c \
  12. memdbex.c \
  13. bintree.c \
  14. hash.c \
  15. binvals.c \
  16. fileops.c \
  17. regops.c \
  18. # pre-compiled header (x86-only)
  19. !if $(386)
  20. PRECOMPILED_INCLUDE=pch.h
  21. PRECOMPILED_PCH=pch.pch
  22. PRECOMPILED_OBJ=pch.obj
  23. !endif