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.

88 lines
1.9 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 $(PROJECT_ROOT)\adsi\oleds.inc
  14. MAJORCOMP=Cairo
  15. MINORCOMP=adsmsext
  16. BLDCRT=1
  17. USE_CRTDLL=1
  18. NTTARGETFILES=..\ldap.def
  19. DLLDEF=..\ldap.def
  20. TARGETNAME=adsmsext
  21. TARGETTYPE=DYNLINK
  22. DLLENTRY=_DllMainCRTStartup
  23. INCLUDES= .; \
  24. ..; \
  25. ..\..\include;
  26. SOURCES=..\ldap.rc \
  27. ..\libmain.cxx \
  28. ..\globals.cxx \
  29. ..\common.cxx \
  30. ..\property.cxx \
  31. ..\object.cxx \
  32. ..\guid.c \
  33. ..\cuser.cxx \
  34. ..\cubi.cxx \
  35. ..\cuas.cxx \
  36. ..\cuar.cxx \
  37. ..\cuoi.cxx \
  38. ..\cgroup.cxx \
  39. ..\cggi.cxx \
  40. ..\clocalty.cxx \
  41. ..\corg.cxx \
  42. ..\corgu.cxx \
  43. ..\cdomain.cxx \
  44. ..\cprinter.cxx \
  45. UMTYPE=console
  46. UMTEST=
  47. UMLIBS=
  48. LINKLIBS= $(SDK_LIB_PATH)\uuid.lib \
  49. TARGETLIBS = $(SDK_LIB_PATH)\activeds.lib \
  50. $(SDK_LIB_PATH)\adsldpc.lib \
  51. $(SDK_LIB_PATH)\adsiid.lib \
  52. $(SDK_LIB_PATH)\noutils.lib \
  53. $(SDK_LIB_PATH)\nocairo.lib \
  54. $(SDK_LIB_PATH)\noOLE.lib \
  55. $(SDK_LIB_PATH)\wldap32.lib \
  56. $(SDK_LIB_PATH)\netapi32.lib \
  57. $(SDK_LIB_PATH)\ole32.lib \
  58. $(SDK_LIB_PATH)\winspool.lib \
  59. $(SDK_LIB_PATH)\advapi32.lib \
  60. $(SDK_LIB_PATH)\kernel32.lib \
  61. $(SDK_LIB_PATH)\user32.lib \
  62. $(SDK_LIB_PATH)\oleaut32.lib
  63. C_DEFINES=$(C_DEFINES) -DDAYTONA
  64. PRECOMPILED_INCLUDE=..\ldap.hxx
  65. PRECOMPILED_OBJ=ldap.obj
  66. PRECOMPILED_PCH=ldap.pch
  67. PRECOMPILED_CXX=1