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
465 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MAJORCOMP=setup
  4. MINORCOMP=hashpwd
  5. # target
  6. TARGETNAME=hashpwd
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. TARGETLIBS=\
  10. $(PROJECT_LIB_PATH)\encrypt.lib \
  11. $(DS_LIB_PATH)\rsa32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\user32.lib \
  14. USE_CRTDLL=1
  15. CHICAGO_PRODUCT=1
  16. # sources
  17. I386_SOURCES=\
  18. hashpwd.c \
  19. hashpwd.rc
  20. # app settings
  21. UMTYPE=console
  22. UMENTRY=main