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.

145 lines
3.3 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. MAJORCOMP=ADs
  15. MINORCOMP=adsnds
  16. TARGETNAME=adsnds
  17. TARGETTYPE=DYNLINK
  18. DLLDEF=..\nds.def
  19. DLLENTRY=_DllMainCRTStartup
  20. USE_MSVCRT=1
  21. !IF 0
  22. MSC_WARNING_LEVEL = /W4
  23. !ENDIF
  24. NTTARGETFILES=..\nds.def
  25. MISCFILES=..\ADSI_NDS_Provider_Component_{56D6CEBE-695D-4A4C-90F7-CC1164188E4C}.sld
  26. INCLUDES= ..;\
  27. ..\$(O);\
  28. ..\..\include;\
  29. $(PROJECT_ROOT)\nw\inc;\
  30. ..\..\nwutils;
  31. SOURCES=..\nds.rc \
  32. ..\cprovcf.cxx \
  33. ..\cprov.cxx \
  34. ..\cnamcf.cxx \
  35. ..\cnamesp.cxx \
  36. ..\cenumns.cxx \
  37. ..\ctree.cxx \
  38. ..\cenumt.cxx \
  39. ..\cgenobj.cxx \
  40. ..\cschobj.cxx \
  41. ..\cenumsch.cxx \
  42. ..\cclsobj.cxx \
  43. ..\cenumcls.cxx \
  44. ..\cprpobj.cxx \
  45. ..\csynobj.cxx \
  46. ..\cenumvar.cxx \
  47. ..\cenumobj.cxx \
  48. ..\cprops.cxx \
  49. ..\cclscach.cxx \
  50. ..\cubi.cxx \
  51. ..\cuar.cxx \
  52. ..\cuas.cxx \
  53. ..\cuoi.cxx \
  54. ..\cuser.cxx \
  55. ..\cusers.cxx \
  56. ..\cenumusr.cxx \
  57. ..\cprinter.cxx \
  58. ..\cpgi.cxx \
  59. ..\cgroup.cxx \
  60. ..\cggi.cxx \
  61. ..\cgroups.cxx \
  62. ..\cenumgrp.cxx \
  63. ..\clocalty.cxx \
  64. ..\corg.cxx \
  65. ..\corgu.cxx \
  66. ..\mapper.cxx \
  67. ..\common.cxx \
  68. ..\printhlp.cxx \
  69. ..\property.cxx \
  70. ..\core.cxx \
  71. ..\object.cxx \
  72. ..\getobj.cxx \
  73. ..\parse.cxx \
  74. ..\libmain.cxx \
  75. ..\ndsmrshl.cxx \
  76. ..\ndsurshl.cxx \
  77. ..\ndscopy.cxx \
  78. ..\ndsfree.cxx \
  79. ..\nds2var.cxx \
  80. ..\var2nds.cxx \
  81. ..\qryparse.cxx \
  82. ..\qrylexer.cxx \
  83. ..\globals.cxx \
  84. ..\guid.c \
  85. ..\cdssrch.cxx \
  86. ..\cdssch.cxx \
  87. ..\odssz.cxx \
  88. ..\odsmrshl.cxx \
  89. ..\ods2nds.cxx \
  90. ..\nds2ods.cxx \
  91. ..\ndsufree.cxx \
  92. ..\csed.cxx \
  93. ..\sec2var.cxx \
  94. ..\var2sec.cxx \
  95. ..\cdsobj.cxx \
  96. ..\cexsyn.cxx \
  97. ..\cexsyncf.cxx
  98. UMTYPE=console
  99. UMTEST=
  100. LINKLIBS= $(SDK_LIB_PATH)\uuid.lib
  101. TARGETLIBS = \
  102. $(SDK_LIB_PATH)\activeds.lib \
  103. $(SDK_LIB_PATH)\adsiid.lib \
  104. $(DS_LIB_PATH)\nocairo.lib \
  105. $(DS_LIB_PATH)\noutils.lib \
  106. $(ADSI_LIB_PATH)\nwutils.lib \
  107. $(SDK_LIB_PATH)\mpr.lib \
  108. $(SDK_LIB_PATH)\imagehlp.lib \
  109. $(SDK_LIB_PATH)\ole32.lib \
  110. $(SDK_LIB_PATH)\advapi32.lib \
  111. $(SDK_LIB_PATH)\winspool.lib \
  112. $(SDK_LIB_PATH)\comdlg32.lib \
  113. $(SDK_LIB_PATH)\kernel32.lib \
  114. $(SDK_LIB_PATH)\shell32.lib \
  115. $(SDK_LIB_PATH)\user32.lib \
  116. $(SDK_LIB_PATH)\gdi32.lib \
  117. $(SDK_LIB_PATH)\oleaut32.lib
  118. C_DEFINES=$(C_DEFINES) -DDAYTONA
  119. PRECOMPILED_INCLUDE=..\nds.hxx
  120. PRECOMPILED_OBJ=nds.obj
  121. PRECOMPILED_PCH=nds.pch
  122. PRECOMPILED_CXX=1