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.

59 lines
1.3 KiB

  1. ##############################################################################
  2. # sources
  3. #
  4. # Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  5. ##############################################################################
  6. WMIUNICODE=1
  7. WMIPRECOMP=1
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=wmipdfs
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. PRECOMPILED_PCH=precomp.pch
  14. PRECOMPILED_OBJ=precomp.obj
  15. USE_NATIVE_EH=ASYNC
  16. USE_MSVCRT=1
  17. USE_VCCOM=1
  18. USE_STL=1
  19. DLLENTRY=_DllMainCRTStartup
  20. INCLUDES= \
  21. $(COMMON_NEWTHROW_INC); \
  22. $(STDLIBRARY_INC); \
  23. $(UTILLIB_INC); \
  24. $(FRAMEDYN_PRIVATE); \
  25. $(CIMWIN32_LIB_INC); \
  26. ..\inc; \
  27. TARGETLIBS=\
  28. $(COMMON_NEWTHROW_LIB) \
  29. $(SDK_LIB_PATH)\advapi32.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\netapi32.lib \
  32. $(SDK_LIB_PATH)\oleaut32.lib \
  33. $(SDK_LIB_PATH)\user32.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. !ifdef USE_FRAMEDYD
  37. $(SDK_LIB_PATH)\framedyd.lib \
  38. !else
  39. $(SDK_LIB_PATH)\framedyn.lib \
  40. !endif
  41. $(CIMWIN32_LIB) \
  42. SOURCES=\
  43. dfs.rc \
  44. maindll.cpp \
  45. dfsJnPt.cpp \
  46. dfsreplica.cpp \
  47. usebinding.cpp \
  48. !ifdef USE_FRAMEDYD
  49. DEBUG_CRTS=1
  50. !endif