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.

64 lines
1.4 KiB

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. !ENDIF
  10. MAJORCOMP=DfsAdmin
  11. MINORCOMP=DfsCore
  12. TARGETNAME=DfsCore
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. UMTYPE= windows
  16. DLLDEF= DfsCore.def
  17. DLLENTRY= _DllMainCRTStartup
  18. BASE_INCLUDES=..\Common
  19. PASS0_HEADERDIR=$(O)
  20. PASS0_SOURCEDIR=$(O)
  21. MIDL_TLBDIR=$(O)
  22. SOURCES= dfscore.idl \
  23. Resource.rc \
  24. Stdafx.cpp \
  25. dfscore.cpp \
  26. dfsroot.cpp \
  27. Jpenum.cpp \
  28. Dfsjp.cpp \
  29. Repenum.cpp \
  30. Dfsrep.cpp \
  31. RepSet.cpp
  32. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  33. $(SDK_LIB_PATH)\msvcprt.lib \
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\comdlg32.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib \
  38. $(SDK_LIB_PATH)\shell32.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\oleaut32.lib \
  41. $(SDK_LIB_PATH)\uuid.lib \
  42. $(SDK_LIB_PATH)\odbc32.lib \
  43. $(SDK_LIB_PATH)\odbccp32.lib \
  44. $(SDK_LIB_PATH)\winspool.lib \
  45. $(DS_LIB_PATH)\netapi32p.lib \
  46. $(SDK_LIB_PATH)\ntdsapi.lib \
  47. $(SDK_LIB_PATH)\wldap32.lib \
  48. $(SDK_LIB_PATH)\wsock32.lib \
  49. ..\Common\$(O)\common.lib
  50. !include ..\sources.inc