2025-04-27 07:49:33 -04:00

38 lines
635 B
Plaintext

!IF 0
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name:
sources.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=Calais
MINORCOMP=ChangePin
TARGETNAME=ChangePin
TARGETPATH=$(SECURITY_LIB_DEST)
TARGETTYPE=PROGRAM
TARGETLIBS=\
$(SECURITY_LIB_PATH)\CalaisLb.lib \
$(SDK_LIB_PATH)\winscard.lib \
$(SDK_LIB_PATH)\scarddlg.lib
INCLUDES=..\..\inc;
SOURCES=\
chPin.cpp \
chPin.rc \
chPinDlg.cpp \
StdAfx.cpp
# Use C++ Exception Handling
USE_NATIVE_EH=1
# Use MFC, without or with UNICODE
USE_MFC=1