mirror of https://github.com/tongzx/nt5src
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.
68 lines
1.3 KiB
68 lines
1.3 KiB
!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
|
|
|
|
GEM_ROOT=..
|
|
MAJORCOMP=GemSAFE
|
|
MINORCOMP=gpkcsp
|
|
PINCACHE_ROOT=..\..\pincache
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATHLIB=$(GEM_ROOT)\lib\$(_OBJ_DIR)
|
|
TARGETPATH=$(GEM_ROOT)\bin\$(_OBJ_DIR)
|
|
PINCACHELIB=$(PINCACHE_ROOT)\$(O)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(MINORCOMP).def
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
|
|
TARGETLIBS= \
|
|
$(TARGETLIBS) \
|
|
$(PINCACHELIB)\pincache.lib \
|
|
$(TARGETPATHLIB)\*\ccert32.lib \
|
|
$(SDK_LIB_PATH)\winscard.lib \
|
|
$(SDK_LIB_PATH)\scarddlg.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(WIN32_LIBS) \
|
|
$(GUI32_LIBS)
|
|
|
|
INCLUDES=\
|
|
$(PINCACHE_ROOT);\
|
|
$(GEM_ROOT)\inc;\
|
|
$(GEM_ROOT)\gpkgui;\
|
|
$(GEM_ROOT)\compcert;\
|
|
$(SDK_INC_PATH)\mfc42
|
|
|
|
SOURCES=\
|
|
autoreg.cpp \
|
|
cspwrap.cpp \
|
|
debug.c \
|
|
gpkcsp.cpp \
|
|
gpkcsp.rc \
|
|
gpkgui.c
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE -D_USRDLL -DGPKCSP_EXPORTS -D_WINDOWS -D_DISPLAY -D_GPKCSP -DMS_BUILD
|
|
|
|
# Additional Compiler definitions
|
|
USE_MSVCRT=1
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
|
|
# if building a DLL, base the DLL.
|
|
DLLBASE=0x08000000
|
|
|
|
!IF "1" == "$(VAULTSIGN)"
|
|
BINPLACE_FLAGS=-xa -o dump -s %_NTPOSTBLD%\dump\symbols -n %_NTPOSTBLD%\dump\symbols
|
|
!ENDIF
|