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
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. USE_LIBCMT=1
  20. NO_NTDLL=1
  21. # required to support dynamic_cast
  22. USE_RTTI=1
  23. # required for STL (list, vector, string, etc.)
  24. USE_STL=1
  25. PRECOMPILED_INCLUDE=stdafx.h
  26. PRECOMPILED_CXX=1
  27. # link with vccomsup.lib
  28. # USE_VCCOM=1
  29. MSC_WARNING_LEVEL=/W4 /WX
  30. PASS0_HEADERDIR=$(O)
  31. PASS0_SOURCEDIR=$(O)
  32. TARGETLIBS=\
  33. $(SDK_LIB_PATH)\advapi32.lib \
  34. $(SDK_LIB_PATH)\comctl32.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\netapi32.lib \
  38. $(SDK_LIB_PATH)\ntdll.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\shell32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\oleaut32.lib \
  43. $(SDK_LIB_PATH)\ntdsapi.lib \
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\htmlhelp.lib \
  46. $(SDK_LIB_PATH)\mpr.lib \
  47. $(SDK_LIB_PATH)\imagehlp.lib \
  48. $(SDK_LIB_PATH)\wbemuuid.lib
  49. INCLUDES=.\;.\$(0); \
  50. ..\common; \
  51. $(NET_INC_PATH); \
  52. $(DS_INC_PATH);
  53. SOURCES=\
  54. msg.mc \
  55. trustmon.rc \
  56. trustmon.cpp \
  57. trustprv.cpp \
  58. domain.cpp \
  59. trust.cpp
  60. MISCFILES=trustmon.mof