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.

69 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
  14. #C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  15. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DFEATURE_USERBLOBS
  16. MIDL_TLBDIR=$(O)
  17. PASS0_HEADERDIR=$(O)
  18. PASS0_SOURCEDIR=$(O)
  19. MAJORCOMP=RemoteDesktop
  20. MINORCOMP=RDUuid
  21. TARGETNAME=$(MINORCOMP)
  22. TARGETPATH=$(PROJECT_ROOT)\lib\obj
  23. TARGETTYPE=LIBRARY
  24. SOURCES= \
  25. RDSChan.idl \
  26. RDCHost.idl \
  27. RDSHost.idl \
  28. rderror.idl \
  29. sessmgr.idl \
  30. RAssistance.idl \
  31. RDSChan_i.c \
  32. RAssistance_i.c
  33. PASS0_PUBLISH=\
  34. {$(O)\rdchost_i.c=$(PROJECT_INC_PATH)\rdchost_i.c} \
  35. {$(O)\rdschan_i.c=$(PROJECT_INC_PATH)\rdschan_i.c} \
  36. {$(O)\rdshost_i.c=$(PROJECT_INC_PATH)\rdshost_i.c} \
  37. {$(O)\sessmgr_i.c=$(PROJECT_INC_PATH)\sessmgr_i.c} \
  38. {$(O)\rassistance_i.c=$(PROJECT_INC_PATH)\rassistance_i.c} \
  39. {$(O)\rdchost.h=$(PROJECT_INC_PATH)\rdchost.h} \
  40. {$(O)\rdschan.h=$(PROJECT_INC_PATH)\rdschan.h} \
  41. {$(O)\rdshost.h=$(PROJECT_INC_PATH)\rdshost.h} \
  42. {$(O)\rderror.h=$(PROJECT_INC_PATH)\rderror.h} \
  43. {$(O)\sessmgr.h=$(PROJECT_INC_PATH)\sessmgr.h} \
  44. {$(O)\rassistance.h=$(PROJECT_INC_PATH)\rassistance.h} \
  45. {$(O)\rdshost.tlb=$(PROJECT_LIB_PATH)\rdshost.tlb} \
  46. {$(O)\rdchost.tlb=$(PROJECT_LIB_PATH)\rdchost.tlb} \
  47. {$(O)\rassistance.tlb=$(PROJECT_LIB_PATH)\rassistance.tlb} \
  48. {.\rdchost.idl=$(PROJECT_INC_PATH)\rdchost.idl} \
  49. {.\rderror.idl=$(PROJECT_INC_PATH)\rderror.idl} \
  50. {.\rdschan.idl=$(PROJECT_INC_PATH)\rdschan.idl} \
  51. {.\rdshost.idl=$(PROJECT_INC_PATH)\rdshost.idl} \
  52. {.\rassistance.idl=$(PROJECT_INC_PATH)\rassistance.idl}