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.

34 lines
800 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIMFC=1
  9. WMIPRECOMPSHARED=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=Common
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. INCLUDES=$(INCLUDES); \
  16. $(STDLIBRARY_INC)
  17. SOURCES= \
  18. ServiceThread.cpp \
  19. ConnectThread.cpp \
  20. sshWbemHelpers.cpp \
  21. CHString1.cpp
  22. # Next, specify options for the compiler using C_DEFINES.
  23. C_DEFINES=$(C_DEFINES) /DBUILDING_DLL /DSHARE_SOURCE
  24. WIN32_WINNT_VERSION=0x0501
  25. USE_NATIVE_EH=ASYNC
  26. USE_RTTI=1
  27. USE_MSVCRT=1
  28. USE_ATL=1
  29. ATL_VER=30