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.
79 lines
1.8 KiB
79 lines
1.8 KiB
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
MINORCOMP=scardssp
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(MINORCOMP).def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETLIBS=\
|
|
$(SECURITY_LIB_PATH)\CalaisLb.lib \
|
|
$(SDK_LIB_PATH)\winscard.lib \
|
|
$(SDK_LIB_PATH)\SCardDlg.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\rpcns4.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(WIN32_LIBS) \
|
|
$(GUI32_LIBS)
|
|
|
|
INCLUDES=..\inc;..\inc\$(O);..\..\inc;
|
|
|
|
|
|
SOURCES= \
|
|
$(MINORCOMP).cpp \
|
|
$(MINORCOMP).rc \
|
|
ByteBuffer.cpp \
|
|
Conversion.cpp \
|
|
Database.cpp \
|
|
dlldatax.c \
|
|
ISO7816.cpp \
|
|
Locate.cpp \
|
|
Proto_T0.cpp \
|
|
Proto_T1.cpp \
|
|
SCard.cpp \
|
|
SCardCmd.cpp \
|
|
StdAfx.cpp \
|
|
TypeConv.cpp
|
|
|
|
# Additional Compiler definitions
|
|
C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_USRDLL -D_STRICT -D_MERGE_PROXYSTUB -DCOM_NO_WINDOWS_H -DSCARD_NO_COM
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
USE_MSVCRT=1
|
|
|
|
# Use ATL
|
|
USE_ATL=1
|