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.

38 lines
700 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=utilslib
  4. # target
  5. TARGETNAME=utils
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. # compiler options
  9. USE_MSVCRT=1
  10. C_DEFINES=-DUNICODE
  11. # x86-specifc source files
  12. I386_SOURCES=\
  13. ansi.c \
  14. bintree.c \
  15. binvals.c \
  16. copyfile.c \
  17. debug.c \
  18. file.c \
  19. fileenum.c \
  20. fileops.c \
  21. growbuf.c \
  22. growlist.c \
  23. inf.c \
  24. log.c \
  25. main.c \
  26. mdbhash.c \
  27. memdb.c \
  28. memdbex.c \
  29. poolmem.c \
  30. reg.c \
  31. regops.c \
  32. regtrack.c \
  33. strings.c \
  34. unicode.c \