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.

28 lines
503 B

  1. #
  2. # Component: KVerify
  3. #
  4. # Author: DMihai (Daniel Mihai)
  5. # Created: 04/19/99
  6. #
  7. TARGETPATH=obj
  8. TARGETNAME=KVerify
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. UMENTRY=wmain
  12. USE_MSVCRT=1
  13. USE_NATIVE_EH=1
  14. TARGETLIBS= $(SDK_LIB_PATH)\ntdll.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. C_DEFINES= -DWIN32 -DNT -D_UNICODE -DUNICODE
  17. SOURCES= KVerify.rc \
  18. main.cxx \
  19. ResUtil.cxx \
  20. GenUtil.cxx \
  21. RegUtil.cxx \
  22. main.cxx \