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.

77 lines
1.5 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=trustmon
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. UMTYPE=windows
  11. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0500
  12. USE_MFCUNICODE=1
  13. USE_ATL=1
  14. ATL_VER=30
  15. # required for C++ exceptions
  16. USE_NATIVE_EH=1
  17. # required for thread-safe heap
  18. USE_MSVCRT=1
  19. # required to support dynamic_cast
  20. USE_RTTI=1
  21. # required for STL (list, vector, string, etc.)
  22. USE_STL=1
  23. PRECOMPILED_INCLUDE=stdafx.h
  24. PRECOMPILED_CXX=1
  25. # link with vccomsup.lib
  26. # USE_VCCOM=1
  27. MSC_WARNING_LEVEL=/W4 /WX
  28. PASS0_HEADERDIR=$(O)
  29. PASS0_SOURCEDIR=$(O)
  30. TARGETLIBS=\
  31. $(SDK_LIB_PATH)\advapi32.lib \
  32. $(SDK_LIB_PATH)\comctl32.lib \
  33. $(SDK_LIB_PATH)\gdi32.lib \
  34. $(SDK_LIB_PATH)\kernel32.lib \
  35. $(SDK_LIB_PATH)\netapi32.lib \
  36. $(SDK_LIB_PATH)\ntdll.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\shell32.lib \
  39. $(SDK_LIB_PATH)\user32.lib \
  40. $(SDK_LIB_PATH)\oleaut32.lib \
  41. $(SDK_LIB_PATH)\ntdsapi.lib \
  42. $(SDK_LIB_PATH)\uuid.lib \
  43. $(SDK_LIB_PATH)\htmlhelp.lib \
  44. $(SDK_LIB_PATH)\mpr.lib \
  45. $(SDK_LIB_PATH)\imagehlp.lib \
  46. $(SDK_LIB_PATH)\wbemuuid.lib
  47. INCLUDES=.\;.\$(0); \
  48. ..\common; \
  49. $(NET_INC_PATH); \
  50. $(DS_INC_PATH);
  51. SOURCES=\
  52. msg.mc \
  53. trustmon.rc \
  54. trustmon.cpp \
  55. trustprv.cpp \
  56. domain.cpp \
  57. trust.cpp
  58. MISCFILES=trustmon.mof trusthm.mof