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.
36 lines
655 B
36 lines
655 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=SLBCSP
|
|
MINORCOMP=slbPki
|
|
SLB_ROOT=..
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(SLB_ROOT)\slbScu
|
|
|
|
SOURCES=\
|
|
BEROctet.cpp \
|
|
Exception.cpp \
|
|
X509Cert.cpp
|
|
|
|
# Additional Compiler definitions
|
|
C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_USRDLL -DCOM_NO_WINDOWS_H -DSCARD_NO_COM
|
|
C_DEFINES=$(C_DEFINES) -DSCU_IN_DLL
|
|
USE_MSVCRT=1
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|