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.

77 lines
1.8 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\rrcm\rtp=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. TARGETNAME=rrcm
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. DLLDEF=..\rrcm.def
  12. DLLENTRY=DllMain
  13. IVER=$(BLDBLDNUMBER0),$(BLDBLDNUMBER1),$(BLDBLDNUMBER2),$(BLDBLDNUMBER3)
  14. IVER=/DIVER=$(IVER)
  15. SYNCHRONIZE_DRAIN=1
  16. LINKLIBS= ..\md5\$(O)\md5.lib \
  17. ..\rtcp\$(O)\rtcp.lib \
  18. $(ROOT)\nmutil\nmutila\$(O)\nmutila.lib
  19. TARGETLIBS=$(SDK_LIB_PATH)\winmm.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\wsock32.lib \
  24. $(SDK_LIB_PATH)\msacm32.lib \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(SDK_LIB_PATH)\oleaut32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(SDK_LIB_PATH)\atl.lib \
  29. ..\..\intelcc\interop\$(O)\interop.lib
  30. INCLUDES=..\rrcminc;..\md5;..\..\h\$(O);..\..\..\h;..\..\..\h\$(O)
  31. C_DEFINES=$(C_DEFINES) /DRRCMDLL=1 /DUSE_ISDM2=1
  32. #
  33. # List of sources
  34. #
  35. SOURCES= rrcmmain.cpp\
  36. rtp_stat.cpp\
  37. rtpinit.cpp\
  38. rtpio.cpp\
  39. rtpmisc.cpp\
  40. rrcmcrt.cpp\
  41. rtprecv.cpp\
  42. rtpsend.cpp\
  43. rtpsess.cpp\
  44. stdafx.cpp\
  45. ws2emul.cpp\
  46. msver.rc
  47. #
  48. # Precompiled specs
  49. #
  50. #PRECOMPILED_INCLUDE = precomp.h
  51. #PRECOMPILED_PCH = precomp.pch
  52. #PRECOMPILED_cpp = precomp.obj
  53. #PRECOMPILED_CXX = 1
  54. CONDITIONAL_INCLUDES = \
  55. macocidl.h \
  56. macwin32.h \
  57. rpcerr.h \
  58. rpcmac.h \
  59. winwlm.h \
  60. macname1.h \
  61. macname2.h \
  62. macpub.h \
  63. macapi.h