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.

78 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. #
  15. # Fusionized
  16. #
  17. SXS_ASSEMBLY_NAME=Microsoft.Windows.PlugAndPlay.SigVerif
  18. SXS_ASSEMBLY_VERSION=1.0
  19. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  20. SXS_MANIFEST=sigverif.Manifest
  21. SXS_MANIFEST_IN_RESOURCES=1
  22. TARGETNAME=bvtsigvf
  23. TARGETPATH=obj
  24. TARGETTYPE=PROGRAM
  25. INCLUDES=$(BASE_INC_PATH)
  26. USE_MSVCRT=1
  27. NOT_TERMINAL_SERVER_AWARE=1
  28. SOURCES= \
  29. sigverif.rc \
  30. advanced.c \
  31. browse.c \
  32. devnode.c \
  33. filelist.c \
  34. listview.c \
  35. logfile.c \
  36. progress.c \
  37. sigverif.c \
  38. verify.c \
  39. walkpath.c
  40. C_DEFINES=-DUNICODE -D_UNICODE
  41. MSC_WARNING_LEVEL=/W4 /WX
  42. UMTYPE=windows
  43. UMENTRY=winmain
  44. PRECOMPILED_INCLUDE=sigverif.h
  45. PRECOMPILED_PCH=sigverif.pch
  46. PRECOMPILED_OBJ=pch.obj
  47. TARGETLIBS= \
  48. $(SDK_LIB_PATH)\shell32.lib \
  49. $(SDK_LIB_PATH)\comctl32.lib \
  50. $(SDK_LIB_PATH)\shlwapi.lib \
  51. $(SDK_LIB_PATH)\setupapi.lib \
  52. $(BASE_LIB_PATH)\spapip.lib \
  53. $(SDK_LIB_PATH)\winspool.lib \
  54. $(SDK_LIB_PATH)\version.lib \
  55. $(SDK_LIB_PATH)\wintrust.lib \
  56. $(SDK_LIB_PATH)\crypt32.lib \
  57. $(BASE_LIB_PATH)\sfc_os.lib