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
658 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. ROOT=$(MAKEDIR:\util=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=util
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=LIBRARY
  9. INCLUDES=$(INCLUDES); \
  10. ..\inc; \
  11. $(ROOT)\inc\$(O); \
  12. $(ROOT)\proxy\$(O); \
  13. SOURCES= \
  14. regsettingsio.cxx \
  15. dynary.cxx \
  16. memutils.cxx \
  17. dbgstk.cxx \
  18. cstr.cxx \
  19. thrdcomm.cxx \
  20. regdcom.cxx
  21. CONDITIONAL_INCLUDES=$(CONDITIONAL_INCLUDES) winheap.h
  22. !ifndef NO_PRECOMPILED_HEADERS
  23. PRECOMPILED_OPTION=/Yuheaders.hxx /Fp..\inc\$(O)\headers.pch
  24. PRECOMPILED_CXX=1
  25. !endif