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.

62 lines
895 B

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\qos=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=av
  9. MINORCOMP=qos
  10. TARGETNAME=qos
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. BBTCOMP=1
  14. LINKLIBS= $(ROOT)\nmutil\nmutila$(_OBJ_DIR)\*\nmutila.lib
  15. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\uuid.lib
  18. C_DEFINES=-D_MEM_ZEROINIT $(C_DEFINES)
  19. INCLUDES=..\..\h;$(INCLUDES)
  20. #
  21. # List of sources
  22. #
  23. SOURCES= \
  24. qos.cpp \
  25. thread.cpp \
  26. debug.cpp \
  27. guids.cpp \
  28. props.cpp
  29. #
  30. # Precompiled specs
  31. #
  32. PRECOMPILED_INCLUDE = precomp.h
  33. PRECOMPILED_PCH = precomp.pch
  34. PRECOMPILED_OBJ = precomp.obj
  35. PRECOMPILED_CXX = 1
  36. CONDITIONAL_INCLUDES = \
  37. macocidl.h \
  38. macwin32.h \
  39. rpcerr.h \
  40. rpcmac.h \
  41. winwlm.h \
  42. macname1.h \
  43. macname2.h \
  44. macpub.h \
  45. macapi.h