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.

86 lines
1.8 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=Cairo
  15. MINORCOMP=adsldpc
  16. USE_MSVCRT=1
  17. !IF 0
  18. MSC_WARNING_LEVEL=/W4
  19. !ENDIF
  20. NTTARGETFILES=..\ldapc.def
  21. DLLDEF=..\ldapc.def
  22. TARGETNAME=adsldpc
  23. TARGETTYPE=DYNLINK
  24. DLLENTRY=_DllMainCRTStartup
  25. INCLUDES= .;..;..\..\include;..\..\errmsg;
  26. SOURCES=\
  27. ..\ldapc.rc \
  28. ..\srvloc.cxx \
  29. ..\libmain.cxx \
  30. ..\adsiutil.cxx \
  31. ..\srchutil.cxx \
  32. ..\schmgmt.cxx \
  33. ..\ldaputil.cxx \
  34. ..\ldpcache.cxx \
  35. ..\odssz.cxx \
  36. ..\odsmrshl.cxx \
  37. ..\ods2ldap.cxx \
  38. ..\ldap2ods.cxx \
  39. ..\ldaptype.cxx \
  40. ..\parse.cxx \
  41. ..\pathmgmt.cxx \
  42. ..\schutil.cxx \
  43. ..\ldapsch.cxx \
  44. ..\globals.cxx \
  45. ..\util.cxx \
  46. ..\memory.c \
  47. ..\oledserr.c \
  48. ..\adsi.cxx \
  49. ..\encode.c \
  50. ..\sconv.cxx \
  51. ..\secutil.cxx
  52. UMTYPE=console
  53. TARGETLIBS = \
  54. $(PROJECT_LIB_PATH)\noOLE.lib \
  55. $(SDK_LIB_PATH)\wldap32.lib \
  56. $(PROJECT_LIB_PATH)\noCairo.lib \
  57. $(SDK_LIB_PATH)\imagehlp.lib \
  58. $(SDK_LIB_PATH)\advapi32.lib \
  59. $(SDK_LIB_PATH)\user32.lib \
  60. $(SDK_LIB_PATH)\kernel32.lib \
  61. $(SDK_LIB_PATH)\credui.lib
  62. C_DEFINES=$(C_DEFINES) -DDAYTONA
  63. PRECOMPILED_INCLUDE=..\ldapc.hxx
  64. PRECOMPILED_OBJ=ldapc.obj
  65. PRECOMPILED_PCH=ldapc.pch
  66. PRECOMPILED_CXX=1