?? pgpcdk.dsp
字號:
# Microsoft Developer Studio Project File - Name="PGPcdk" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
CFG=PGPcdk - Win32 Debug Auth Only
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "PGPcdk.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "PGPcdk.mak" CFG="PGPcdk - Win32 Debug Auth Only"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "PGPcdk - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "PGPcdk - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "PGPcdk - Win32 Release Auth Only" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "PGPcdk - Win32 Debug Auth Only" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!IF "$(CFG)" == "PGPcdk - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir ".\Release"
# PROP BASE Intermediate_Dir ".\Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir ".\Release"
# PROP Intermediate_Dir ".\Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\pfl\common\util" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\lthread" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /D UNFINISHED_CODE_ALLOWED=1 /D PGP_DEBUG=0 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10000000" /subsystem:windows /dll /machine:I386 /def:".\PGPcdk.def" /out:".\Release/PGP_SDK.dll"
# SUBTRACT LINK32 /pdb:none
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Creating static library
PostBuild_Cmds=rename .\Release\PGPsdkLibDLLMain.obj PGPsdkLibDLLMain.ob1 lib /nologo /out:.\Release\PGPsdkStatic.lib .\Release\*.obj rename .\Release\PGPsdkLibDLLMain.ob1 PGPsdkLibDLLMain.obj
# End Special Build Tool
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ".\Debug"
# PROP BASE Intermediate_Dir ".\Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ".\Debug"
# PROP Intermediate_Dir ".\Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /MTd /W3 /GX /ZI /Od /I "..\..\..\pfl\common\util" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\lthread" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /D UNFINISHED_CODE_ALLOWED=1 /D PGP_DEBUG=1 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10000000" /subsystem:windows /dll /debug /machine:I386 /out:".\Debug/PGP_SDK.dll"
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Creating static library.
PostBuild_Cmds=rename .\Debug\PGPsdkLibDLLMain.obj PGPsdkLibDLLMain.ob1 lib /nologo /out:.\Debug\PGPsdkStatic.lib .\Debug\*.obj rename .\Debug\PGPsdkLibDLLMain.ob1 PGPsdkLibDLLMain.obj
# End Special Build Tool
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Release Auth Only"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "PGPcdk__"
# PROP BASE Intermediate_Dir "PGPcdk__"
# PROP BASE Ignore_Export_Lib 0
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir ".\Release\Authentication"
# PROP Intermediate_Dir ".\Release\Authentication"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\pfl\common\util" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\lthread" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /D UNFINISHED_CODE_ALLOWED=1 /D PGP_DEBUG=0 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\pfl\common\util" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\lthread" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /D PGP_ENCRYPT_DISABLE=1 /D PGP_DECRYPT_DISABLE=1 /D UNFINISHED_CODE_ALLOWED=1 /D PGP_DEBUG=0 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\..\pfl\win32\pflCommon\Release\pflCommon.lib /nologo /subsystem:windows /dll /machine:I386 /def:".\PGPcdk.def" /out:".\Release/PGP_SDK.dll"
# SUBTRACT BASE LINK32 /pdb:none
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10000000" /subsystem:windows /dll /machine:I386 /def:".\PGPcdk.def" /out:".\Release\Authentication/PGP_SDK_LTD.dll"
# SUBTRACT LINK32 /pdb:none
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Creating static library
PostBuild_Cmds=rename .\Release\Authentication\PGPsdkLibDLLMain.obj PGPsdkLibDLLMain.ob1 lib /nologo /out:.\Release\Authentication\PGPsdkLtdStatic.lib .\Release\Authentication\*.obj rename .\Release\Authentication\PGPsdkLibDLLMain.ob1 PGPsdkLibDLLMain.obj
# End Special Build Tool
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug Auth Only"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "PGPcdk__"
# PROP BASE Intermediate_Dir "PGPcdk__"
# PROP BASE Ignore_Export_Lib 0
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ".\Debug\Authentication"
# PROP Intermediate_Dir ".\Debug\Authentication"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\..\pfl\common\util" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\lthread" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /D UNFINISHED_CODE_ALLOWED=1 /D PGP_DEBUG=1 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MTd /W3 /GX /ZI /Od /I "..\..\..\pfl\common\util" /I "..\..\..\pfl\win32" /I "..\..\..\pfl\common" /I "..\..\..\pfl\common\file" /I "..\..\..\pfl\common\prefs" /I "..\..\..\pfl\common\lthread" /I ".." /I "..\..\pub\include" /I "..\..\priv\include" /I "..\..\priv\include\opaque" /I "..\..\priv\crypto\bignum" /I "..\..\priv\crypto\cipher" /I "..\..\priv\crypto\compress" /I "..\..\priv\crypto\hash" /I "..\..\priv\crypto\pipe\crypt" /I "..\..\priv\crypto\pipe\file" /I "..\..\priv\crypto\pipe\parser" /I "..\..\priv\crypto\pipe\sig" /I "..\..\priv\crypto\pipe\text" /I "..\..\priv\crypto\pipe\utils" /I "..\..\priv\crypto\random" /I "..\..\priv\debug" /I "..\..\priv\keys\keydb" /I "..\..\priv\keys\keys" /I "..\..\priv\keys\pubkey" /I "..\..\priv\regexp" /I "..\..\priv\utilities\errors" /I "..\..\priv\utilities" /I "..\..\priv\utilities\helper" /I "..\..\priv\utilities\utils" /I "..\..\priv\utilities\prefs" /I "..\..\priv\clientlib" /I "..\..\priv\encrypt" /I "..\..\..\pfl\common\sorting" /D PGP_ENCRYPT_DISABLE=1 /D PGP_DECRYPT_DISABLE=1 /D UNFINISHED_CODE_ALLOWED=1 /D PGP_DEBUG=1 /D PGP_WIN32=1 /D BNINCLUDE=bni80386c.h /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\..\pfl\win32\pflCommon\Debug\pflCommon.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:".\Debug/PGP_SDK.dll"
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10000000" /subsystem:windows /dll /debug /machine:I386 /out:".\Debug\Authentication/PGP_SDK_LTD.dll"
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Creating static library.
PostBuild_Cmds=rename .\Debug\Authentication\PGPsdkLibDLLMain.obj PGPsdkLibDLLMain.ob1 lib /nologo /out:.\Debug\Authentication\PGPsdkLtdStatic.lib .\Debug\Authentication\*.obj rename .\Debug\Authentication\PGPsdkLibDLLMain.ob1 PGPsdkLibDLLMain.obj
# End Special Build Tool
!ENDIF
# Begin Target
# Name "PGPcdk - Win32 Release"
# Name "PGPcdk - Win32 Debug"
# Name "PGPcdk - Win32 Release Auth Only"
# Name "PGPcdk - Win32 Debug Auth Only"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\ava.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\base64.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bn.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bn32.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bngermain.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bni32.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bni80386c.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnimem.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bninit32.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnjacobi.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnlegal.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnprime.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnprint.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\crypto\bignum\bnsieve.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert_asn.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert_oid.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\cert_util.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\chain.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\compare.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\context.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\create.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\crl.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\crlext.c
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\debug.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs7\libpkcs7\decode.c
!IF "$(CFG)" == "PGPcdk - Win32 Release"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug"
# ADD CPP /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Release Auth Only"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug Auth Only"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs7\libpkcs7\decrypt.c
!IF "$(CFG)" == "PGPcdk - Win32 Release"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug"
# ADD CPP /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Release Auth Only"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug Auth Only"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\delete_cert.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\dname.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs7\libpkcs7\encrypt.c
!IF "$(CFG)" == "PGPcdk - Win32 Release"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug"
# ADD CPP /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Release Auth Only"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ELSEIF "$(CFG)" == "PGPcdk - Win32 Debug Auth Only"
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\cms\src\error.c
# ADD CPP /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7"
# End Source File
# Begin Source File
SOURCE=..\..\priv\external\common\tis\pkcs12\export.c
# ADD CPP /I "..\..\priv\external\common\tis\cms\src" /I "..\..\priv\external\common\tis\casupport" /I "..\..\priv\external\common\tis\pkcs7\libpkcs7" /I "..\..\priv\external\common\tis\pkcs8"
# End Source File
# Begin Source File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -