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.

63 lines
1.4 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=wmipdskq
  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. $(CIMWIN32_LIB_INC); \
  25. $(FRAMEDYN_PRIVATE); \
  26. ..\inc \
  27. TARGETLIBS=\
  28. $(COMMON_NEWTHROW_LIB) \
  29. $(WMIIDL_LIB) \
  30. $(STDLIBRARY_LIB) \
  31. $(CIMWIN32_LIB) \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SDK_LIB_PATH)\oleaut32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\ole32.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\version.lib \
  39. !ifdef USE_FRAMEDYD
  40. $(WMIROOT)\SDK\FrameDyn\dyd\$(O)\framedydp.lib \
  41. !else
  42. $(WMIROOT)\SDK\FrameDyn\dyn\$(O)\framedynp.lib \
  43. !endif
  44. SOURCES=\
  45. dskquotaprovider.rc \
  46. MainDll.cpp \
  47. DskQuotaCommon.cpp \
  48. DiskQuota.cpp \
  49. QuotaSettings.cpp \
  50. usebinding.cpp \
  51. !ifdef USE_FRAMEDYD
  52. DEBUG_CRTS=1
  53. !endif