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

!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