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.

79 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMPSHARED=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SYNCHRONIZE_DRAIN=1
  12. TARGETNAME=esscli
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. # The INCLUDES variable specifies any include paths that are specific to
  16. # this source directory. Separate multiple paths with single
  17. # semicolons. Relative path specifications are okay.
  18. INCLUDES=$(INCLUDES); \
  19. $(WBEMESS_INC); \
  20. $(WBEMCORE_INC); \
  21. $(WMIIDL_INC); \
  22. $(WBEMINT_INC); \
  23. $(COREPROX_INC); \
  24. $(COMLIB_INC); \
  25. $(STDLIBRARY_INC); \
  26. $(WBEMCOMN_INC);
  27. LINKLIBS= \
  28. $(COMDLLSV_LIB)
  29. TARGETLIBS= \
  30. $(WBEMCOMN_DLL_LIB) \
  31. $(COREPROX_LIB) \
  32. $(WMIIDL_LIB) \
  33. $(WBEMINT_LIB) \
  34. $(STDLIBRARY_LIB) \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib
  41. # The developer defines the SOURCES macro. It contains a list of all the
  42. # source files for this component. Specify each source file on a separate
  43. # line using the line-continuation character. This minimizes merge
  44. # conflicts if two developers are adding source files to the same component.
  45. SOURCES= \
  46. ..\localloc.cpp \
  47. ..\wbemmeta.cpp \
  48. ..\wbemdnf.cpp \
  49. ..\evaltree.cpp \
  50. ..\analyser.cpp \
  51. ..\newnew.cpp \
  52. ..\twopropnode.cpp \
  53. ..\dumbnode.cpp \
  54. ..\filtprox.cpp \
  55. ..\main.cpp \
  56. ..\wmiauthz.cpp \
  57. ..\groupsforuser.cpp \
  58. ..\TimeKeeper.cpp \
  59. ..\esscli.rc
  60. #NOTE : both groupsforuser.cpp and tkncache.cpp only need to be built
  61. #if running on w2k. When all dev boxes are running whistler, then we can
  62. #remove it.
  63. # Next, specify options for the compiler using C_DEFINES.
  64. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /DUSE_POLARITY /DBUILDING_ESSCLI_DLL /D_UNICODE /DUNICODE
  65. #MSC_OPTIMIZATION=/Ob2
  66. USE_NATIVE_EH=ASYNC
  67. USE_MSVCRT=1
  68. USE_STL=1
  69. DLLENTRY=_DllMainCRTStartup
  70. DLLDEF=$(O)\esscli.def