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

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\rrcm\rtcp=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=av
  9. MINORCOMP=rrcm
  10. TARGETNAME=rtcp
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. BBTCOMP=1
  14. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. INCLUDES=..\rrcminc;$(ROOT)\h; \
  17. $(DS_INC_PATH)\crypto;
  18. C_DEFINES=$(C_DEFINES) /DRRCMDLL=1 /DUSE_ISDM2=1
  19. #
  20. # List of sources
  21. #
  22. SOURCES= rrcmqueu.cpp\
  23. rtcpinit.cpp\
  24. rtcpmem.cpp\
  25. rtcprecv.cpp\
  26. rtcprept.cpp\
  27. rtcpsend.cpp\
  28. rtcpsess.cpp\
  29. rtcpssrc.cpp\
  30. rtcpthrd.cpp\
  31. rtcptime.cpp
  32. #
  33. # Precompiled specs
  34. #
  35. #PRECOMPILED_INCLUDE = precomp.h
  36. #PRECOMPILED_PCH = precomp.pch
  37. #PRECOMPILED_cpp = precomp.obj
  38. #PRECOMPILED_CXX = 1
  39. CONDITIONAL_INCLUDES = \
  40. macocidl.h \
  41. macwin32.h \
  42. rpcerr.h \
  43. rpcmac.h \
  44. winwlm.h \
  45. macname1.h \
  46. macname2.h \
  47. macpub.h \
  48. macapi.h