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.

141 lines
3.4 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. !INCLUDE ..\..\oleds.inc
  14. MAJORCOMP=ADS
  15. MINORCOMP=ADsNw
  16. USE_MSVCRT=1
  17. NTTARGETFILES=..\nwcompat.def
  18. !IF 0
  19. MSC_WARNING_LEVEL = /W4
  20. !ENDIF
  21. DLLDEF=..\nwcompat.def
  22. TARGETNAME=adsnw
  23. TARGETPATH=obj
  24. TARGETTYPE=DYNLINK
  25. DLLENTRY=_DllMainCRTStartup
  26. MISCFILES=..\ADSI_NWCOMPAT_Provider_{76971FAD-8973-4BD3-B4E5-557031A93A1A}.sld
  27. INCLUDES= ..;\
  28. ..\$(O);\
  29. ..\..\include;\
  30. ..\..\nwutils;
  31. SOURCES=\
  32. ..\NWCOMPAT.rc \
  33. ..\guid.c \
  34. ..\libmain.cxx \
  35. ..\cdispmgr.cxx \
  36. ..\extension.cxx \
  37. ..\cextmgr.cxx \
  38. ..\cprov.cxx \
  39. ..\cprovcf.cxx \
  40. ..\cenumvar.cxx \
  41. ..\cschema.cxx \
  42. ..\cenumsch.cxx \
  43. ..\cnamcf.cxx \
  44. ..\cnamesp.cxx \
  45. ..\cenumns.cxx \
  46. ..\cjobgi.cxx \
  47. ..\cjobop.cxx \
  48. ..\cjob.cxx \
  49. ..\cenumjob.cxx \
  50. ..\cjobs.cxx \
  51. ..\cpgi.cxx \
  52. ..\cpop.cxx \
  53. ..\cprinter.cxx \
  54. ..\cfshgi.cxx \
  55. ..\cfshare.cxx \
  56. ..\cenumfs.cxx \
  57. ..\cfsconf.cxx \
  58. ..\cfsctrl.cxx \
  59. ..\cfsgi.cxx \
  60. ..\cfsop.cxx \
  61. ..\cfserv.cxx \
  62. ..\cggi.cxx \
  63. ..\cgroup.cxx \
  64. ..\cgroups.cxx \
  65. ..\grputils.cxx \
  66. ..\cenumgrp.cxx \
  67. ..\cuoi.cxx \
  68. ..\cuas.cxx \
  69. ..\cuar.cxx \
  70. ..\cubi.cxx \
  71. ..\cuser.cxx \
  72. ..\cusers.cxx \
  73. ..\usrutils.cxx \
  74. ..\cenumusr.cxx \
  75. ..\ccgi.cxx \
  76. ..\nw3utils.cxx \
  77. ..\ccomp.cxx \
  78. ..\cenumcom.cxx \
  79. ..\getobj.cxx \
  80. ..\parse.cxx \
  81. ..\core.cxx \
  82. ..\common.cxx \
  83. ..\object.cxx \
  84. ..\property.cxx \
  85. ..\globals.cxx \
  86. ..\printhlp.cxx \
  87. ..\nw2var.cxx \
  88. ..\var2nw.cxx \
  89. ..\nwmrshl.cxx \
  90. ..\nwumrshl.cxx \
  91. ..\cprops.cxx \
  92. ..\ccache.cxx \
  93. ..\nwcopy.cxx \
  94. ..\nw2ods.cxx \
  95. ..\ods2nw.cxx
  96. UMTYPE=console
  97. UMTEST=
  98. LINKLIBS= \
  99. $(SDK_LIB_PATH)\uuid.lib
  100. TARGETLIBS = \
  101. $(SDK_LIB_PATH)\activeds.lib \
  102. $(SDK_LIB_PATH)\adsiid.lib \
  103. $(SDK_LIB_PATH)\imagehlp.lib \
  104. $(SDK_LIB_PATH)\ole32.lib \
  105. $(SDK_LIB_PATH)\winspool.lib \
  106. $(SDK_LIB_PATH)\comdlg32.lib \
  107. $(SDK_LIB_PATH)\kernel32.lib \
  108. $(SDK_LIB_PATH)\shell32.lib \
  109. $(SDK_LIB_PATH)\user32.lib \
  110. $(SDK_LIB_PATH)\gdi32.lib \
  111. $(SDK_LIB_PATH)\oleaut32.lib \
  112. $(SDK_LIB_PATH)\netapi32.lib \
  113. $(SDK_LIB_PATH)\samlib.lib \
  114. $(SDK_LIB_PATH)\mpr.lib
  115. C_DEFINES=$(C_DEFINES) -DDAYTONA
  116. PRECOMPILED_INCLUDE=..\NWCOMPAT.hxx
  117. PRECOMPILED_OBJ=NWCOMPAT.obj
  118. PRECOMPILED_PCH=NWCOMPAT.pch
  119. PRECOMPILED_CXX=1