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.

135 lines
2.8 KiB

  1. !IF 0
  2. Copyright (c) 1989-1993 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. JR (John Rogers, JohnRo@Microsoft) 02-Apr-1991
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=netlib
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
  18. INCLUDES=$(NET_INC_PATH); \
  19. $(BASE_INC_PATH); \
  20. $(COM_INC_PATH); \
  21. ..\xactsrv; \
  22. ..\api; \
  23. ..\svcdlls\logonsrv\server; \
  24. ..\svcdlls\logonsrv; \
  25. $(PROJECT_ROOT)\netapi\inc;
  26. USE_MSVCRT=1
  27. !IFNDEF DISABLE_NET_UNICODE
  28. UNICODE=1
  29. NET_C_DEFINES=-DUNICODE
  30. !ENDIF
  31. SOURCES= \
  32. Accessp.c \
  33. AllocStr.c \
  34. AlrtInfo.c \
  35. Canon.c \
  36. ConfClos.c \
  37. ConfDel.c \
  38. ConfEnum.c \
  39. ConfExp.c \
  40. ConfFail.c \
  41. ConfGet.c \
  42. ConfGetA.c \
  43. ConfGetB.c \
  44. ConfGetD.c \
  45. ConfMax.c \
  46. ConfName.c \
  47. ConfNum.c \
  48. ConfOpen.c \
  49. ConfOpn2.c \
  50. ConfSet.c \
  51. ConvSrv.c \
  52. ConvWks.c \
  53. CopyStr.c \
  54. Data.c \
  55. Debug.c \
  56. Disp.c \
  57. DispTime.c \
  58. dnssrv.c \
  59. DomainId.c \
  60. DomName.c \
  61. Eventlog.c \
  62. FileInfo.c \
  63. FtNfoCtx.c \
  64. GetConfg.c \
  65. GetPriv.c \
  66. GetToken.c \
  67. HexDump.c \
  68. InitOem.c \
  69. joincrypt.c\
  70. JoinUtl.c \
  71. ListFunc.c \
  72. LogHours.c \
  73. Logonp.c \
  74. Luidate.c \
  75. Luiint.c \
  76. Luitext.c \
  77. MapData.c \
  78. MemAlloc.c \
  79. Message.c \
  80. MidlUser.c \
  81. MoveStr.c \
  82. MsgrUtil.c \
  83. NameCan.c \
  84. NameCmp.c \
  85. NameVal.c \
  86. Names.c \
  87. NetJoin.c \
  88. NtStatus.c \
  89. PackStr.c \
  90. PathCan.c \
  91. PathCmp.c \
  92. PathType.c \
  93. PrefMax.c \
  94. PrtInfo.c \
  95. RdrFsCtl.c \
  96. ReplInfo.c \
  97. RpcBind.c \
  98. RpcFail.c \
  99. SecObj.c \
  100. SecObj2.c \
  101. SessInfo.c \
  102. Started.c \
  103. StrArray.c \
  104. StrTail.c \
  105. SvcInfo.c \
  106. Thread.c \
  107. Time.c \
  108. TimeZone.c \
  109. ULToW.c \
  110. UsrProp.c \
  111. WcsICmp.c \
  112. WksInfo.c \
  113. WToL.c \
  114. XlateSvc.c
  115. C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -DWIN31_TITLE_INDEX=0
  116. PASS1_PUBLISH= \
  117. {$(O)\netlib.lib=$(SDK_LIB_PATH)\netlib.lib}