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.

37 lines
572 B

  1. MAJORCOMP=windows
  2. MINORCOMP=base
  3. TARGETNAME=verifier
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. MISCFILES=verifier.dll.sld
  7. DLLDEF=$(O)\verifier.def
  8. MSC_WARNING_LEVEL=/W3 /WX
  9. LINKLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  10. DLLENTRY=DllMain
  11. USE_NTDLL=1
  12. NT_UP=0
  13. PRECOMPILED_INCLUDE=pch.h
  14. C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
  15. SOURCES= \
  16. verifier.c \
  17. thread.c \
  18. critsect.c \
  19. vspace.c \
  20. support.c \
  21. handle.c \
  22. heap.c \
  23. settings.c \
  24. tls.c \
  25. verifier.rc \
  26. UMTYPE=console