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.
37 lines
635 B
37 lines
635 B
!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
|