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

81 lines
1.8 KiB
Plaintext

!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)\rpcndr.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