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.

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