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.

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