Leaked source code of windows server 2003
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.

20 lines
298 B

  1. UNICODE=1
  2. !include ..\migshared.mk
  3. # component
  4. MINORCOMP=common
  5. # target
  6. TARGETNAME=memdb
  7. TARGETTYPE=LIBRARY
  8. SOURCES=\
  9. memdb.c \
  10. memdbex.c \
  11. bintree.c \
  12. hash.c \
  13. binvals.c \
  14. fileops.c \
  15. regops.c \