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.

108 lines
2.3 KiB

  1. !IF 0
  2. Copyright (c) 1989-92 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. John Rogers (JohnRo) 02-Apr-1991
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. Revision History:
  14. 02-Apr-1991 JohnRo
  15. Created.
  16. 08-Apr-1991 JohnRo
  17. Get around build.exe "..;" bug.
  18. 20-Apr-1991 JohnRo
  19. Added NetServer APIs stuff.
  20. 01-May-1991 JohnRo
  21. Added DosPrint (really RxPrint) APIs stuff.
  22. !ENDIF
  23. TARGETNAME=rxapi
  24. TARGETPATH=obj
  25. TARGETTYPE=LIBRARY
  26. TARGETLIBS= \
  27. $(SDK_LIB_PATH)\rxcommon.Lib \
  28. $(SDK_LIB_PATH)\netlib.lib \
  29. $(SDK_LIB_PATH)\netrap.lib
  30. INCLUDES=$(NET_INC_PATH); \
  31. $(BASE_INC_PATH); \
  32. $(PROJECT_ROOT)\netapi\inc;
  33. !IFNDEF DISABLE_NET_UNICODE
  34. UNICODE=1
  35. NET_C_DEFINES=-DUNICODE
  36. !ENDIF
  37. USE_MSVCRT=1
  38. SOURCES= \
  39. AudArray.c \
  40. AudClear.c \
  41. AudCpVar.c \
  42. AudRead.c \
  43. ConfEnum.c \
  44. ConfGet.c \
  45. ConfSet.c \
  46. Conn.c \
  47. DiskEnum.c \
  48. Domain.c \
  49. ErrClear.c \
  50. ErrConv.c \
  51. ErrRead.c \
  52. FileEnum.c \
  53. FilClose.c \
  54. FilGtInf.c \
  55. PrtDest.c \
  56. PrtJob.c \
  57. PrtQ.c \
  58. RxAccess.c \
  59. RxCanon.c \
  60. RxChDev.c \
  61. RxGroup.c \
  62. RxLgEnum.c \
  63. RxMsg.c \
  64. RxShare.c \
  65. RxStats.c \
  66. RxUser.c \
  67. SessConv.c \
  68. SessCopy.c \
  69. SessDel.c \
  70. SessEnum.c \
  71. SessGet.c \
  72. SessMtch.c \
  73. SrvEnum.c \
  74. SrvEquiv.c \
  75. SrvGtInf.c \
  76. SrvStInf.c \
  77. SvcCtrl.c \
  78. SvcEnum.c \
  79. SvcGtInf.c \
  80. SvcInst.c \
  81. Tod.c \
  82. Use.c \
  83. WksEquiv.c \
  84. WksGtInf.c \
  85. WksGtOld.c \
  86. WksStInf.c \
  87. WksUser.c
  88. PASS1_PUBLISH= \
  89. {$(O)\rxapi.lib=$(SDK_LIB_PATH)\rxapi.lib}