windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/tools/hashpwd/sources

29 lines
465 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!include ..\..\win95upg.mk
# component
MAJORCOMP=setup
MINORCOMP=hashpwd
# target
TARGETNAME=hashpwd
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=\
$(PROJECT_LIB_PATH)\encrypt.lib \
$(DS_LIB_PATH)\rsa32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
USE_CRTDLL=1
CHICAGO_PRODUCT=1
# sources
I386_SOURCES=\
hashpwd.c \
hashpwd.rc
# app settings
UMTYPE=console
UMENTRY=main