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.

57 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Internet Information Services provider
  7. Author:
  8. Zeyong Xu Oct 1999
  9. Revision History:
  10. !ENDIF
  11. !include $(PROJECT_ROOT)\iis\place.inc
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. TARGETLIBS=\
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\oleaut32.lib \
  18. $(SDK_LIB_PATH)\ole32.lib \
  19. $(SDK_LIB_PATH)\uuid.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\crypt32.lib \
  22. $(SDK_LIB_PATH)\wbemuuid.lib \
  23. INCLUDES=$(BASEDIR)\public\sdk\inc; \
  24. $(SDK_INC_PATH)\atl30\; \
  25. $(IISBASEDIR)\iisrearc\core\inc; \
  26. $(IISBASEDIR)\inc; \
  27. USE_VCCOM=1
  28. USE_NATIVE_EH=1
  29. USE_MSVCRT=1
  30. C_DEFINES = -DUNICODE -D_WIN32_DCOM -D_WIN32_WINNT=0x0500
  31. SOURCES= \
  32. ProviderBase.cpp \
  33. WbemObjectSink.cpp \
  34. WbemServices.cpp \
  35. objpath.cpp \
  36. opathlex.cpp \
  37. genlex.cpp \
  38. sql_1.cpp \
  39. sqllex.cpp \
  40. TARGETNAME=wmiutils