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.

163 lines
3.8 KiB

  1. !IF 0
  2. Copyright (c) 1995-96 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. !INCLUDE ..\..\oleds.inc
  14. USE_MSVCRT=1
  15. !IF 0
  16. MSC_WARNING_LEVEL=/W4
  17. !ENDIF
  18. NTTARGETFILES=..\winnt.def
  19. DLLDEF=..\winnt.def
  20. TARGETNAME=adsnt
  21. TARGETTYPE=DYNLINK
  22. DLLENTRY=_DllMainCRTStartup
  23. INCLUDES= .;..;..\$(O); \
  24. $(ADSI_INC); \
  25. $(NET_INC_PATH);
  26. MISCFILES = ..\ADSI_WinNT_provider_{F273C0C6-F889-47A9-ABCB-C03E0A193BBB}.sld
  27. SOURCES=\
  28. ..\winnt.rc \
  29. ..\extension.cxx \
  30. ..\cextmgr.cxx \
  31. ..\cdispmgr.cxx \
  32. ..\cschema.cxx \
  33. ..\cenumsch.cxx \
  34. ..\cprovcf.cxx \
  35. ..\cprov.cxx \
  36. ..\cnamcf.cxx \
  37. ..\cnamesp.cxx \
  38. ..\cenumns.cxx \
  39. ..\cenumvar.cxx \
  40. ..\cdomain.cxx \
  41. ..\cenumdom.cxx \
  42. ..\cdompwd.cxx \
  43. ..\ccomp.cxx \
  44. ..\cenumcom.cxx \
  45. ..\ccgi.cxx \
  46. ..\cuser.cxx \
  47. ..\cubi.cxx \
  48. ..\cuar.cxx \
  49. ..\cuas.cxx \
  50. ..\cuoi.cxx \
  51. ..\cusers.cxx \
  52. ..\cenumusr.cxx \
  53. ..\cggi.cxx \
  54. ..\cgroup.cxx \
  55. ..\cgroups.cxx \
  56. ..\cenumgrp.cxx \
  57. ..\clgroups.cxx \
  58. ..\cenmlgrp.cxx \
  59. ..\cprinter.cxx \
  60. ..\cpgi.cxx \
  61. ..\cenumjob.cxx \
  62. ..\cjob.cxx \
  63. ..\cserv.cxx \
  64. ..\cfserv.cxx \
  65. ..\csess.cxx \
  66. ..\cenumses.cxx \
  67. ..\cfshare.cxx \
  68. ..\cenumfsh.cxx \
  69. ..\cres.cxx \
  70. ..\cenumres.cxx \
  71. ..\cfpnwsrv.cxx \
  72. ..\cfpnwses.cxx \
  73. ..\cfpnwfsh.cxx \
  74. ..\cfpnwres.cxx \
  75. ..\cenmfpse.cxx \
  76. ..\cenmfpsh.cxx \
  77. ..\cenmfpre.cxx \
  78. ..\fpnwutil.cxx \
  79. ..\core.cxx \
  80. ..\common.cxx \
  81. ..\libmain.cxx \
  82. ..\object.cxx \
  83. ..\getobj.cxx \
  84. ..\printhlp.cxx \
  85. ..\jobhlp.cxx \
  86. ..\servhlp.cxx\
  87. ..\parse.cxx \
  88. ..\property.cxx \
  89. ..\credel.cxx \
  90. ..\grputils.cxx \
  91. ..\grput2.cxx \
  92. ..\grput3.cxx \
  93. ..\guid.c \
  94. ..\nt2var.cxx \
  95. ..\var2nt.cxx \
  96. ..\ntmrshl.cxx \
  97. ..\ntumrshl.cxx \
  98. ..\cprops.cxx \
  99. ..\ccache.cxx \
  100. ..\cobjcach.cxx \
  101. ..\ntcopy.cxx \
  102. ..\nt2ods.cxx \
  103. ..\ods2nt.cxx \
  104. ..\ccred.cxx \
  105. ..\globals.cxx \
  106. ..\system.cxx \
  107. ..\cumiprop.cxx \
  108. ..\umi2nt.cxx \
  109. ..\nt2umi.cxx \
  110. ..\umi.cxx \
  111. ..\umiglob.cxx \
  112. ..\cumiobj.cxx \
  113. ..\cumiconn.cxx \
  114. ..\umiconcf.cxx \
  115. ..\cumicurs.cxx \
  116. ..\umi_i.c
  117. UMTYPE=console
  118. TARGETLIBS = \
  119. $(SDK_LIB_PATH)\uuid.lib \
  120. $(SDK_LIB_PATH)\activeds.lib \
  121. $(SDK_LIB_PATH)\adsiid.lib \
  122. $(SDK_LIB_PATH)\imagehlp.lib \
  123. $(SDK_LIB_PATH)\ole32.lib \
  124. $(SDK_LIB_PATH)\advapi32.lib \
  125. $(SDK_LIB_PATH)\winspool.lib \
  126. $(SDK_LIB_PATH)\comdlg32.lib \
  127. $(SDK_LIB_PATH)\kernel32.lib \
  128. $(SDK_LIB_PATH)\shell32.lib \
  129. $(SDK_LIB_PATH)\user32.lib \
  130. $(SDK_LIB_PATH)\gdi32.lib \
  131. $(SDK_LIB_PATH)\oleaut32.lib \
  132. $(DS_LIB_PATH)\netapi32p.lib \
  133. $(SDK_LIB_PATH)\samlib.lib \
  134. $(SDK_LIB_PATH)\mpr.lib \
  135. $(SDK_LIB_PATH)\rassapi.lib
  136. C_DEFINES=$(C_DEFINES) -DDAYTONA
  137. PRECOMPILED_INCLUDE=..\winnt.hxx
  138. PRECOMPILED_OBJ=winnt.obj
  139. PRECOMPILED_PCH=winnt.pch
  140. PRECOMPILED_CXX=1