Source code of Windows XP (NT5)
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.

61 lines
855 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;..\md5;$(ROOT)\h
  17. C_DEFINES=$(C_DEFINES) /DRRCMDLL=1 /DUSE_ISDM2=1
  18. #
  19. # List of sources
  20. #
  21. SOURCES= rrcmqueu.cpp\
  22. rtcpinit.cpp\
  23. rtcpmem.cpp\
  24. rtcprecv.cpp\
  25. rtcprept.cpp\
  26. rtcpsend.cpp\
  27. rtcpsess.cpp\
  28. rtcpssrc.cpp\
  29. rtcpthrd.cpp\
  30. rtcptime.cpp
  31. #
  32. # Precompiled specs
  33. #
  34. #PRECOMPILED_INCLUDE = precomp.h
  35. #PRECOMPILED_PCH = precomp.pch
  36. #PRECOMPILED_cpp = precomp.obj
  37. #PRECOMPILED_CXX = 1
  38. CONDITIONAL_INCLUDES = \
  39. macocidl.h \
  40. macwin32.h \
  41. rpcerr.h \
  42. rpcmac.h \
  43. winwlm.h \
  44. macname1.h \
  45. macname2.h \
  46. macpub.h \
  47. macapi.h