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.

85 lines
2.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.inc.
  5. !ENDIF
  6. MAJORCOMP=admin
  7. MINORCOMP=SchemaManager
  8. TARGETNAME=wmiscmgr
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLENTRY=_DllMainCRTStartup
  12. UMTYPE=windows
  13. WIN32_WINNT_VERSION=0x0400
  14. WIN32_IE_VERSION=0x0500
  15. SUBSYSTEM_VERSION=4.00
  16. SYNCHRONIZE_BLOCK=1
  17. USE_NATIVE_EH=1
  18. USE_RTTI=1
  19. USE_VCCOM=1
  20. USE_STL=1
  21. USE_STATIC_ATL=1
  22. ATL_VER=30
  23. USE_MSVCRT=1
  24. # Use LINKLIBS (gets passed first) if: (from build.hlp)
  25. # You are building a dynamic link.
  26. # You are exporting something that's defined in some other component library that you also build.
  27. # In your dirs file in the subdirectory above, you have ordered it so that the component libraries
  28. # are around before you build the dynamic link.
  29. TARGETLIBS= \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\advapi32.lib \
  36. $(SDK_LIB_PATH)\uuid.lib \
  37. $(SDK_LIB_PATH)\comctl32.lib \
  38. $(SDK_LIB_PATH)\shell32.lib \
  39. $(SDK_LIB_PATH)\dbghelp.lib \
  40. $(SDK_LIB_PATH)\wbemuuid.lib \
  41. $(SDK_LIB_PATH)\htmlhelp.lib \
  42. $(SDK_LIB_PATH)\comdlg32.lib \
  43. !if exist (PrivateBranch.inc)
  44. !include PrivateBranch.inc
  45. !endif
  46. !ifndef __PublishedDir
  47. __PublishedDir = wmiscmgr
  48. !endif
  49. TLBDir = $(PROJECT_ROOT)\published\$(__PublishedDir)\$(O)
  50. INCLUDES= inc; \
  51. resource; \
  52. $(ADMIN_INC_PATH); \
  53. $(SDK_INC_PATH)\atl30; \
  54. $(SDK_INC_PATH)\crt; \
  55. $(TLBDir); \
  56. DLLDEF=SchemaManager.def
  57. PRECOMPILED_INCLUDE = stdafx.h
  58. PRECOMPILED_CXX = 1
  59. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  60. SOURCES= \
  61. SchemaManager.rc \
  62. ntdmutils.cpp \
  63. SchemaManager.cpp \
  64. WMIFilterManager.cpp \
  65. WMIFilterMgrDlg.cpp \
  66. ColumnMgrDlg.cpp \