Source code of Windows XP (NT5)
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.

69 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Santhosh Brahmappa (12-14-2000)
  12. !ENDIF
  13. TARGETNAME=EvTgProv
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. INCLUDES=$(ADMIN_INC_PATH)
  17. MISCFILES=EvTgProv.mof
  18. SOURCES=\
  19. EventConsumerProvider.cpp\
  20. TriggerProvider.cpp\
  21. General.cpp\
  22. Triggerfactory.cpp\
  23. TriggerConsumer.cpp\
  24. EventConsumerProvider.rc
  25. C_DEFINES=-DUNICODE -D_UNICODE
  26. USE_MSVCRT=1
  27. USE_NATIVE_EH=ASYNC
  28. BLDCRT=1
  29. USE_CRTDLL=1
  30. DLLDEF=eventconsumerprovider.def
  31. PRECOMPILED_CXX=pch.h
  32. DLLENTRY=_DllMainCRTStartup
  33. TARGETLIBS=\
  34. $(UMLIBS) \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\mpr.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib \
  39. $(SDK_LIB_PATH)\framedyn.lib \
  40. $(SDK_LIB_PATH)\shlwapi.lib \
  41. $(SDK_LIB_PATH)\vccomsup.lib \
  42. $(SDK_LIB_PATH)\uuid.lib \
  43. $(SDK_LIB_PATH)\wbemuuid.lib \
  44. $(ADMIN_LIB_PATH)\cmdline.lib \
  45. $(SDK_LIB_PATH)\ws2_32.lib \
  46. $(SDK_LIB_PATH)\secur32.lib \
  47. $(SDK_LIB_PATH)\netapi32.lib