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.

33 lines
542 B

  1. #
  2. # Include ..\runtime.mk to get project defaults
  3. #
  4. !include ..\runtime.mk
  5. #
  6. # From now on, don't use .. in any path
  7. #
  8. # component
  9. MINORCOMP=common
  10. TARGETNAME=common
  11. # put all libs in one place, so we can build a DLL from them
  12. TARGETTYPE=LIBRARY
  13. TARGETPATH=$(RUNTIME_COMMON_OBJ)
  14. # compiler options
  15. USER_C_FLAGS=-J
  16. SOURCES=\
  17. growbuf.c \
  18. growlist.c \
  19. hash.c \
  20. memory.c \
  21. strmap.c \
  22. unicode.c \
  23. strings.c \
  24. strmem.c \