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.

24 lines
443 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=log
  10. TARGETNAME=log
  11. # put all libs in one place, so we can build a DLL from them
  12. TARGETTYPE=LIBRARY
  13. TARGETPATH=$(RUNTIME_COMMON_OBJ)
  14. SOURCES=\
  15. log_man.cpp \
  16. LogProvReg.cpp \
  17. stockpr.cpp \
  18. sysfunc.cpp \
  19. sysprim.cpp \
  20. setuplog.c \